华为HCOMM RFC编号管理
📅 2026/7/15 18:30:54
👁️ 阅读次数
📝 编程学习
RFC Number Registry
【免费下载链接】hcommHCOMM(Huawei Communication)是HCCL的通信基础库,提供通信域以及通信资源的管理能力。项目地址: https://gitcode.com/cann/hcomm
This file registers all assigned RFC numbers. Before adding a new RFC, claim thesmallest unused numberfrom this table.
Number Reservation Process (Independent of RFC Document Creation)
- Check the Allocated Numbers table to find the smallest unused N (typically the last row number plus 1)
- Append a row for N in this table (fill in the status as
reserved; the title and author can be placeholders) - Submit anumber reservation PR(containing only the one-line update to this INDEX.md)
- After the number reservation PR is merged, number N is occupied (status remains
reserved), and you can start writing the RFC document - The RFC document
NNNN-xxx-xxx.mdis submitted in a subsequent independent PR - After the RFC document PR is merged, the status changes to
accepted, and the RFC officially takes effect
Status Description
| Status | Meaning |
|---|---|
reserved | Number is reserved (number reservation PR merged), RFC document pending submission or review |
accepted | RFC document PR merged, RFC officially takes effect |
superseded | Replaced by a subsequent RFC. See theSuperseded bynote at the end of the original document. |
Allocated Numbers
| Number | Title | Author | Status | PR |
|---|
Numbering Rules
- Format: 4-digit zero-padded (0001 to 9999)
- Never reused: Merged numbers are not recycled even if the RFC is subsequently replaced
- Sequential allocation: In principle, do not skip numbers. The next number is the largest used number plus 1
- Replacement relationship: Add
> Superseded by 00NNat the end of the original RFC document and update the status column in this table tosuperseded - Conflict resolution: If two people claim the same number simultaneously, the latter must rebase and change to the new smallest number
Related
- RFC Template
- RFC Process Description
【免费下载链接】hcommHCOMM(Huawei Communication)是HCCL的通信基础库,提供通信域以及通信资源的管理能力。项目地址: https://gitcode.com/cann/hcomm
创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考
编程学习
技术分享
实战经验