Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/qos/dynamically-headroom-calculation.md
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,9 @@ Currently, there already are some fields in `BUFFER_POOL` table. In this design,
; and its real size will be calculated by substracting accumulative headroom and reserved size
; from total available memory which stored ASIC_TABLE.
xoff = 1*9DIGIT ; the shared headroom pool size. Available for ingress_lossless_pool only.
percentage = 1*3DIGIT ; the percentage of the buffer pool size compared with the whole available memory size
; available in dynamic buffer model only
; the buffer pool size in APPL_DB.BUFFER_POOL_TABE is availlable_memory_size * percentage if it is configured
```

##### Initialization
Expand Down