-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[qos] mmu buffer config for lossless priorities for PFC #3446
Open
AmitKaushik7
wants to merge
2
commits into
sonic-net:master
Choose a base branch
from
AmitKaushik7:qos_mmuconfig
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CI:rerun |
Please retest... |
mssonicbld
added a commit
that referenced
this pull request
Sep 5, 2024
…atically (#20137) #### Why I did it src/sonic-utilities ``` * c019c48b - (HEAD -> master, origin/master, origin/HEAD) Exit early if YANG validation fails in Golden Config (#3490) (3 hours ago) [jingwenxie] * 40026f98 - Remove redundant mmuconfig file (#3446) (7 hours ago) [HP] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Sep 7, 2024
…atically (#20188) #### Why I did it src/sonic-utilities ``` * 3a0575c2 - (HEAD -> 202405, origin/202405) Add back the option f to the reboot script (#3492) (4 hours ago) [DavidZagury] * 60c14df8 - Enable show interfacess counters on chassis supervisor (#3488) (4 hours ago) [Changrong Wu] * cbbfe7b7 - [chassis][cli] Fix config chassis module startup/shutdown command for fabric module (#3483) (4 hours ago) [Marty Y. Lok] * b6cbe6ed - Remove redundant mmuconfig file (#3446) (4 hours ago) [HP] * fb6dd589 - [qos reload] Fix "config qos reload" overriding entire CONFIG_DB (#3479) (4 hours ago) [Stepan Blyshchak] * 9da5db58 - Skip default lanes dup check (#3489) (4 hours ago) [Xincun Li] * edde02ce - [Mellanox] Add CMIS Host Management Files to 'show techsupport' Dumps (#3501) (4 hours ago) [Tomer Shalvi] ``` #### How I did it #### How to verify it #### Description for the changelog
vvolam
pushed a commit
to vvolam/sonic-buildimage
that referenced
this pull request
Sep 12, 2024
…atically (sonic-net#20137) #### Why I did it src/sonic-utilities ``` * c019c48b - (HEAD -> master, origin/master, origin/HEAD) Exit early if YANG validation fails in Golden Config (sonic-net#3490) (3 hours ago) [jingwenxie] * 40026f98 - Remove redundant mmuconfig file (sonic-net#3446) (7 hours ago) [HP] ``` #### How I did it #### How to verify it #### Description for the changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
- What I did
Added the default MMU lossless Buffer configuration for the platforms based on Broadcom Tomahawk, Tomahawk2 and Trident3 device.
- How I did it
By adding the default templates for qos and buffer config for AS5712/AS7712/AS7816/AS7326/AG9032v1/IX1B platforms.
- How to verify it
Verify PFC, Unicast, Multicast traffic behavior.
For PFC Test:
Execute "config qos reload" command on these platform to load the default buffer and qos config.
This command would fail if the fix is not applied on these platforms.
Test the PFC and PFC watchdog functionality.
Create a vlan 100 with 3 ports P1,P2 and P3.
Send Learnt traffic with priority 3 and vlan100 and from P1 & P2 towards and Observe that the Pause frames are getting generated.
- Description for the changelog
default MMU lossless qos and Buffer configuration for the AS5712/AS7712/AS7816/AS7326/AG9032v1/IX1B platforms.
- A picture of a cute animal (not mandatory but encouraged)