Skip to content

Commit

Permalink
[QoS] Support dynamic headroom calculation for Barefoot platforms
Browse files Browse the repository at this point in the history
Signed-off-by: Mariusz Stachura <mariusz.stachura@intel.com>
  • Loading branch information
MariuszStachura committed Aug 11, 2022
1 parent ecb9136 commit 14d6696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2533,7 +2533,7 @@ def reload(ctx, no_dynamic_buffer, dry_run, json_data, ports):
namespace_list = multi_asic.get_namespaces_from_linux()

buffer_model_updated = False
vendors_supporting_dynamic_buffer = ["mellanox"]
vendors_supporting_dynamic_buffer = ["mellanox", "barefoot"]

for ns in namespace_list:
if ns is DEFAULT_NAMESPACE:
Expand Down

0 comments on commit 14d6696

Please sign in to comment.