Skip to content

Commit

Permalink
[Dynamic buffer calculation] Update buffer pool definition for percen…
Browse files Browse the repository at this point in the history
…tage (#1763)


Signed-off-by: Stephen Sun <[email protected]>
  • Loading branch information
stephenxs committed Sep 3, 2024
1 parent 7a8d0b1 commit 18de1c1
Showing 1 changed file with 3 additions and 0 deletions.
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 available_memory_size * percentage / 100 if it is configured
```

##### Initialization
Expand Down

0 comments on commit 18de1c1

Please sign in to comment.