-
Notifications
You must be signed in to change notification settings - Fork 23
rds.py: Added RDS QP states diagnostics in rds helper #177
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
Conversation
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
anandakhoje
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.
Please see inline comments.
anandakhoje
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.
EQ has to be added for RCQ as well.
anandakhoje
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.
Comments inline
anandakhoje
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.
This looks good to me.
Reviewed-by: Anand Khoje [email protected]
brenns10
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.
Just a couple small updates requested. Also please check the output of the pre-commit hooks here. You can either manually apply the changes shown there, or setup pre-commit (documented in the drgn-tools developer workflow) and use pre-commit run --all-files to automatically apply fixes.
|
Another thing - can you file a bug for these RDS improvements (targetting "next" -- this is also covered in the workflow doc). Then include the "Orabug: " statement in the commit messages? It can be the one Orabug for both this and #176. |
brenns10
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.
Sorry, the changes here caused a new issue. Please setup & run pre-commit, as it is able to catch these, and automatically apply all the style changes it's complaining about.
Or check the CI run and apply the changes manually, if you don't want to use pre-commit.
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
Added a new helper to extract and display detailed RDS QP state, including source/destination IPs. This enhances visibility into per-connection RDMA hardware state via ib_connection traversal. Useful for debugging, states and RDMA mapping. Orabug: 38221449 Signed-off-by: Palak Tripathi <[email protected]> Reviewed-by: Anand Khoje <[email protected]> Reviewed-by: Stephen Brennan <[email protected]>
Fixes: 928e8ae ("rds.py: Added RDMA restrack resource usage in rds.py script") Signed-off-by: Stephen Brennan <[email protected]>
brenns10
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.
I've gone ahead and resolved the FaultError and the pre-commit hook items from both this and #176. Will merge once the tests pass.
Added a new helper to extract and display detailed RDS QP state, including source/destination IPs. This enhances visibility into per-connection RDMA QP state via ib_connection traversal.