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.
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
Broadcast Unknown-multicast and Unknown-unicast Storm-control #928
Broadcast Unknown-multicast and Unknown-unicast Storm-control #928
Changes from 10 commits
46a0f9a
c5385d5
6be166a
a073d93
37b41f0
f5b354e
55768bd
7542172
4c9945f
8147999
91e70f5
e6aec85
5194411
6297b03
90d6f5f
12d7ce6
61e2107
30c6fa7
0e3fbd2
779ab88
46433b8
7c850c8
44996b7
f1996c5
60dc372
df63165
e250b6a
d5c7f15
4c0e8ba
991210c
1ed0c15
93c01c3
d288b08
9a85aad
5b63779
f1bb1cb
e4389e5
afe1122
f2c32ca
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Please also include support for Multi-ASIC platform. ASIC name space support is required
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.
Please point me to an example on how to include ASIC name space.
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.
look into the following PR which supports multi-asic:
#1574
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.
@gechiang Please review
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.
Please include support for Multi-ASIC for del option 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.
Please include support for Multi-ASIC
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.
Please include support for Multi-ASIC
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.
Please include support for Multi-ASIC
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.
Please include support for Multi-ASIC
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.
How do you handle the case where if the HWSKU does not support this rate limiting on the interface?
You should add query capability on the port attribute to ensure that the attribute is supported instead of blindly accept the configuration and failed at Orchagent layer.
I do h=not see this being considered at the HLD either.
Please add this so that the configuration will not be allowed if the HWSKU being configured does not support such operation.
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.
Added code to store capability in STATE_DB and check before proceeding with CONFIG_DB update.