-
Notifications
You must be signed in to change notification settings - Fork 539
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
sonic-swss: Code changes for WRED and ECN statistics #2750
base: master
Are you sure you want to change the base?
sonic-swss: Code changes for WRED and ECN statistics #2750
Conversation
72089a0
to
5029d36
Compare
edac3bc
to
5438892
Compare
5438892
to
7f47884
Compare
6343045
to
294a61a
Compare
@rpmarvell can you please fix the build failure? So that @prsunny can merge after it passed. Thanks. |
4b199bc
to
6c49abb
Compare
I have rebased the branch and it got fixed now.. Thank you..! |
@prsunny @msosyak @stephenxs can you please approve the PR and merge? Thanks. |
Please resolve conflicts |
6c49abb
to
78b5dc1
Compare
f93bbbc
to
b9f2c1d
Compare
6880776
to
5912fdd
Compare
@rpmarvell Could you resolve the conflicts |
@rpmarvell Could you add more tests for the code coverage? We could merge these changes for 202411 release. |
@rpmarvell Could you merge your branch to master and resolve any conflicts. |
@rpmarvell , reminder to rebase. Would like to get this for 202411 branch |
694a5ae
to
94ef5e0
Compare
There are failures related to WRED queue counters, pls check |
@rpmarvell , can you please look into the failure? |
e3caef3
to
71f837a
Compare
Finding the following error, I could also see the same issue in other PRs. ERROR: failed to solve: process "/bin/sh -c dpkg -i /debs/libdashapi_1.0.0_amd64.deb /debs/libswsscommon_1.0.0_amd64.deb /debs/python3-swsscommon_1.0.0_amd64.deb /debs/sonic-db-cli_1.0.0_amd64.deb /debs/libsaimetadata_1.0.0_amd64.deb /debs/libsairedis_1.0.0_amd64.deb /debs/libsaivs_1.0.0_amd64.deb /debs/syncd-vs_1.0.0_amd64.deb /debs/swss_1.0.0_amd64.deb" did not complete successfully: exit code: 1 |
71f837a
to
8a68866
Compare
* New flex counter group for per-Queue WRED and ECN statistics * New flex counter group for per-Port WRED and ECN statistics Signed-off-by: rpmarvell <[email protected]>
c24d638
to
b562b0d
Compare
New flex counter group for per-Queue WRED and ECN statistics
New flex counter group for per-Port WRED and ECN statistics
Signed-off-by: [email protected]
What I did
WRED and ECN statistics support
Why I did it
Implemented as per the HLD : https://github.com/sonic-net/SONiC/blob/ebcd2a4a987f1d6027cd57677dc6806b8a9adcdb/doc/qos/ECN_and_WRED_statistics_HLD.md
How I verified it
Verfied it using Marvell DUT and SWSS unit tests.
Details if related
Build dependency on sonic-swss-common pull request : sonic-net/sonic-swss-common#777
Expected order of dependent pull-request to be committed :