Skip to content

Commit aedc05e

Browse files
[QoS] Support dynamic headroom calculation for Barefoot platforms (sonic-net#2306)
Signed-off-by: Mariusz Stachura <[email protected]> What I did Adding the dynamic headroom calculation support for Barefoot platforms. Why I did it Enabling dynamic mode for barefoot case. How I verified it The community tests are adjusted and pass.
1 parent 7f4da26 commit aedc05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ def reload(ctx, no_dynamic_buffer, dry_run, json_data, ports):
26452645
namespace_list = multi_asic.get_namespaces_from_linux()
26462646

26472647
buffer_model_updated = False
2648-
vendors_supporting_dynamic_buffer = ["mellanox"]
2648+
vendors_supporting_dynamic_buffer = ["mellanox", "barefoot"]
26492649

26502650
for ns in namespace_list:
26512651
if ns is DEFAULT_NAMESPACE:

0 commit comments

Comments
 (0)