-
Notifications
You must be signed in to change notification settings - Fork 1
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
queuestat: Empty on 202211 #13
Comments
Seems the
In 202111 it is populated. |
Seems to be handled by "Flex counter" in SONiC. It seems enabled:
I do see the following message in the log:
|
Might be related to that we do not have a Although this shouldn't matter, as if the interface is not specified it should default to max number of buffer counters. Ethernet60 seems to read a sensible default anyway:
|
Loading the following configuration made queue stats appear for Ethernet68: {
"BUFFER_POOL": {
"ingress_lossless_pool": {
"size": "32744448",
"type": "ingress",
"mode": "static"
},
"egress_lossy_pool": {
"size": "32744448",
"type": "egress",
"mode": "dynamic"
}
},
"BUFFER_PROFILE": {
"ingress_lossy_profile": {
"pool": "ingress_lossless_pool",
"size": "0",
"static_th": "32744448"
},
"egress_lossy_profile": {
"pool": "egress_lossy_pool",
"size": "0",
"dynamic_th": "3"
}
},
"BUFFER_PG": {
"Ethernet68|0": {
"profile": "ingress_lossy_profile"
}
},
"BUFFER_QUEUE": {
"Ethernet68|0-6": {
"profile": "egress_lossy_profile"
}
}
} |
FWIW, this is the queue stats on one of the more active ports on 202111:
|
Seems to have worked on
202111
but on202211
it is empty:The text was updated successfully, but these errors were encountered: