-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Barefoot] Add xon_offset to pg_profile_lookup.ini #12073
Conversation
- Why I did it Barefoot uses hysteresis, instead of 'xon-threshold'. 'xon' is only supported in static mode, so there is a need to add this attribute to every mode in PG profile init file - How I did it 'xon_offset' was added to pg_profile_lookup.ini - How to verify it Install and basic sanity tests including traffic. Checked with: pfcwd/test_pfc_config.py pfcwd/test_pfcwd_all_port_storm.py pfcwd/test_pfcwd_function.py pfcwd/test_pfcwd_war_reboot.py pfc_asym/test_pfc_asym.py Signed-off-by: Mariusz Stachura <[email protected]>
Commenter does not have sufficient privileges for PR 12073 in repo sonic-net/sonic-buildimage |
@prsunny Hey Prince, do you think there might be some CI issues lately? I keep getting different errors here, many thanks in advance. |
Hi @xumia, I think that those CI issues are not related to my change. Could you help me out finding a solution to get this PR merged? Many thanks in advance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Why I did it
Barefoot uses hysteresis, instead of 'xon-threshold'. 'xon' is only supported in static mode, so there is a need to add this attribute to every mode in PG profile init file
How I did it
'xon_offset' was added to pg_profile_lookup.ini
How to verify it
Install and basic sanity tests including traffic.
Checked with:
pfcwd/test_pfc_config.py pfcwd/test_pfcwd_all_port_storm.py pfcwd/test_pfcwd_function.py pfcwd/test_pfcwd_war_reboot.py pfc_asym/test_pfc_asym.py
Signed-off-by: Mariusz Stachura [email protected]