Skip to content

Commit 1e6a63b

Browse files
MariuszStachuramdanish-kh
authored andcommitted
[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 e6028a4 commit 1e6a63b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/main.py

Lines changed: 1 addition & 1 deletion
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)