feat(ccu): add CLOS topology support with configurable SQ size
Co-authored-by: Innoecho<sunzhepeng@huawei.com>
# message auto-generated for no-merge-commit merge:
!793 merge support_config_jetty_depth into master
feat(ccu): add CLOS topology support with configurable SQ size
Created-by: Innoecho
Commit-by: Innoecho
Merged-by: cann-robot
Description: ## 描述
feat(ccu): add CLOS topology support with configurable SQ size
- Introduce CCU_CLOS_REQUEST_SQ_SIZE constant for CLOS topology scenarios
- Modify GetAvailableBatch to accept sqSize parameter for dynamic configuration
- Update LinkData constructor to set fullmesh flag based on path configuration
- Use fullmesh flag to determine appropriate SQ size (default for fullmesh, CLOS size otherwise)
- Ensure backward compatibility with existing fullmesh topology configurations
## 关联的Issue
NA
## 测试
RDV
## 文档更新
NA
## 类型标签
<!-- [x] 表示选中 -->
- [ ] Bug修复
- [x] 新特性
- [ ] 性能优化
- [ ] 文档更新
- [ ] 其他,请描述:
See merge request: cann/hcomm!793