-
Notifications
You must be signed in to change notification settings - Fork 648
[hft]: Enable output queue for HFT #3962
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
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Ze Gan <[email protected]>
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Pull Request Overview
This PR enables output queue statistics collection in the high frequency telemetry (HFT) profile by adding the SAI_TAM_TEL_TYPE_ATTR_SWITCH_ENABLE_OUTPUT_QUEUE_STATS attribute to the TAM telemetry type object configuration.
- Adds a new SAI attribute to enable output queue stats collection
- Follows the existing pattern for enabling other statistics types (port stats, MMU stats, etc.)
- Enables comprehensive telemetry coverage by including queue-level metrics
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
DavidZagury
left a comment
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.
Thank you, I will test it, but I believe this will fix our issue.
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azpw run |
|
/AzurePipelines run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Ready to merge after PR checkers. |
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
What I did
Enable
SAI_TAM_TEL_TYPE_ATTR_SWITCH_ENABLE_OUTPUT_QUEUE_STATSto TAM_TEL_TYPEWhy I did it
This attribute is needed if the HFT want to support stats of IPG
How I verified it
Check Azp
Details if related