You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review comments:
- Add testcases for show and config command
- Address review comments in db_migrator
- Use "size" to represent the size of the PG and "headroom" for xoff
- Fix typo
Signed-off-by: Stephen Sun <[email protected]>
All the parameters are devided to two groups, one for headroom and one for dynamic_th. For any command at lease one group of parameters should be provided.
2374
2374
For headroom parameters:
2375
2375
2376
-
- At lease one of `xoff` and `headroom` should be provided and the other will be optional and conducted via the formula `xon + xoff = headroom`.
2376
+
- At lease one of `xoff` and `size` should be provided and the other will be optional and conducted via the formula `xon + xoff = size`.
2377
2377
All other parameters are optional.
2378
2378
- `xon` is madantory.
2379
-
- `xon` + `xoff` <= `headroom`; For Mellanox platform xon + xoff == headroom
2379
+
- `xon` + `xoff` <= `size`; For Mellanox platform xon + xoff == size
2380
2380
2381
2381
If only headroom parameters are provided, the `dynamic_th` will be taken from `CONFIG_DB.DEFAULT_LOSSLESS_BUFFER_PARAMETER.default_dynamic_th`.
2382
2382
@@ -2578,20 +2578,20 @@ This command is used to display the status of buffer pools and profiles currentl
2578
2578
---------- --------------------------------
2579
2579
```
2580
2580
2581
-
**show buffer configure**
2581
+
**show buffer configuration**
2582
2582
2583
2583
This command is used to display the status of buffer pools and profiles currently configured.
0 commit comments