-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[config qos] QoS and Buffer config genration for multi ASIC platforms (…
…#978) * QoS and Buffer config genration for multi ASIC platforms. In case of multi ASIC platforms each ASIC has its own buffer and QoS configuration template that is used to populate corresponding ASIC's config DB. Made changes so that QoS config commands generates QoS and buffer configs for all ASICs. Also the 'config qos clear' acts on all ASIC instances.
- Loading branch information
Showing
2 changed files
with
94 additions
and
27 deletions.
There are no files selected for viewing
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
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
a80826d
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.
I do not see additional new tests being added for this pr. can you add additional new tests.
a80826d
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.
I didn't find unit tests for qos and buffer configs. In any case I'll add test cases for both single and multi-ASIC.