-
Notifications
You must be signed in to change notification settings - Fork 3k
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
docs: update versions and parameters for XDP Acceleration on AKS #29091
Conversation
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.
Thanks! Please find some comments inline below.
Mellanox Connect-X 3 NIC does not support XDP acceleration. Refer issue 1550266 here https://docs.nvidia.com/networking/display/mlnxofedv494170/known+issues. Signed-off-by: jshr-w <shjayaraman@microsoft.com>
AKS currently only supports snat mode. Signed-off-by: jshr-w <shjayaraman@microsoft.com>
f257615
to
ec0d7e1
Compare
@qmonnet Thanks for the feedback! I've made the requested changes. |
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!
/test |
Reviews are in, CI is green. |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
Through testing with AKS, I determined that networking with XDP acceleration does not work correctly with the Mellanox ConnectX-3 NIC on Azure. This has also been cross-referenced as a known issue in the NVidia documentation (ref: 1550266). This PR updates to documentation to be clearer about this.
There are also some version and parameter inaccuracies for setting up a cluster with AKS that are corrected in this PR.
Fixes: #29065, #27289