-
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
Buffers config #1476
Buffers config #1476
Conversation
Signed-off-by: Wenda <[email protected]>
Signed-off-by: Wenda <[email protected]>
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.
can you modify s6000, 7050-qx32 as well?
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.
Wenda,
Can you use 7260cx3 configuration as example, use the new shared infrastructure for this configuration?
Thanks,
Ying
@yxieca Does the old config still work? If so, I prefer updating to the new one in a separate PR. |
The old one still work. You can update in a separate PR. Cheers, |
short reminder: Use squash and merge to update the commit message and check in the commit 🍺 |
🍻 |
- [201911][acl] Expand VLAN into VLAN members when creating an ACL table (sonic-net#1477) - [201911][acl-loader] Add support for matching on ICMP and VLAN info (sonic-net#1476) - [201911][acl-loader] Improve input validation for acl_loader (sonic-net#1481) Signed-off-by: Danny Allen <[email protected]>
- [201911][acl] Expand VLAN into VLAN members when creating an ACL table (#1477) - [201911][acl-loader] Add support for matching on ICMP and VLAN info (#1476) - [201911][acl-loader] Improve input validation for acl_loader (#1481) Signed-off-by: Danny Allen <[email protected]>
- What I did
Improve memory utilization and robustness to traffic burstiness through better buffer sharing at the ingress
- How I did it
Consolidate the buffer pools of PG 3 and 4.
Reduce the size of dedicated buffers per port per lossless PG to leave buffer space for shared pool.
Use dynamic threshold to absorb burstiness while maintain fairness.
- How to verify it
Verified the config on A7050-QX-32S:
Tested ingress PG pool sizing
Tested ingress xon offset
Tested ECN min threshold and max threshold
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)