-
Notifications
You must be signed in to change notification settings - Fork 525
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
swss: Fix Invalid port oid messages generated because of voq counters. #2653
Conversation
* Do not add Voq oids to CounterCheckOrch since CounterCheckOrch is not relevant for voqs.
* Do not add Voq oids to CounterCheckOrch since CounterCheckOrch is not relevant for voqs.
* Do not add Voq oids to CounterCheckOrch since CounterCheckOrch is not relevant for voqs.
@skbarista Can you please share queuestat output from chassis as well as ToR system to make sure it is working on both ? Also, Could we check if syslogs are clean for both chassis as well as ToR systems ? |
@vmittal-msft attached the requested files. |
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.
Could you check what these errors are -
Feb 16 16:37:50.544450 nfc421-5 NOTICE syncd#syncd: :- addObject: Queue Counter oid:0x200051500000001 does not has supported counters
Feb 16 16:37:50.544450 nfc421-5 NOTICE syncd#syncd: :- addObject: Queue Counter oid:0x201051500000001 does not has supported counters
Feb 16 16:37:50.544500 nfc421-5 NOTICE syncd#syncd: :- addObject: Queue Counter oid:0x202051500000001 does not has supported counters
Feb 16 16:37:50.544544 nfc421-5 NOTICE syncd#syncd: :- addObject: Queue Counter oid:0x203051500000001 does not has supported counters
Feb 16 16:37:50.544633 nfc421-5 NOTICE syncd#syncd: :- addObject: Queue Counter oid:0x204051500000001 does not has supported counters
Also, if we fix the following, Do you think we can fix VoQ counters ? without always enabling them ?
counters
Feb 16 16:37:50.655990 nfc421-5 ERR swss#orchagent: :- getQueueConfigurations: Invalid BUFFER_QUEUE key: [nfc421-8|Asic0|Ethernet64|5-6]
Feb 16 16:37:50.655990 nfc421-5 ERR swss#orchagent: :- getQueueConfigurations: Invalid BUFFER_QUEUE key: [nfc421-5|Asic0|Ethernet24|5-6]
Feb 16 16:37:50.655990 nfc421-5 ERR swss#orchagent: :- getQueueConfigurations: Invalid BUFFER_QUEUE key: [nfc421-8|Asic0|Ethernet108|0-2]
Feb 16 16:37:50.656123 nfc421-5 ERR swss#orchagent: :- getQueueConfigurations: Invalid BUFFER_QUEUE key: [nfc421-5|Asic0|Ethernet172|5-6]
Feb 16 16:37:50.656123 nfc421-5 ERR swss#orchagent: :- getQueueConfigurations: Invalid BUFFER_QUEUE key: [nfc421-8|Asic0|Ethernet20|0-2]
Feb 16 16:37:50.656123 nfc421-5 ERR swss#orchagent: :- getQueueConfigurations: Invalid BUFFER_QUEUE key: [nfc421-8|Asic0|Ethernet168|0-2]
Feb 16 16:37:50.656123 nfc421-5 ERR swss#orchagent: :- getQueueConfigurations: Invalid BUFFER_QUEUE key: [nfc421-5|Asic0|Ethernet176|0-2]
@vmittal-msft these are because getQueueConfigurations does not have code yet to parse voq config as I mentioned in my previous comment. |
@vmittal-msft just to add the getQueueConfigurations are not related to changes I have made. |
What about these errors ? they seems to be new to me.
|
@vmittal-msft Let me check these and come back |
#2653) * swss: Fix Invalid port oid messages generated because of voq counters. * Do not add Voq oids to CounterCheckOrch since CounterCheckOrch is not relevant for voqs.
What I did
Why I did it
To fix the invalid oids messages generated by CounterCheckOrch for voq.
How I verified it
Verified that the invalid port oid messages go away. Verified voq counters.