-
Notifications
You must be signed in to change notification settings - Fork 116
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
Add additional supported MLNX device IDs #85
Add additional supported MLNX device IDs #85
Conversation
I will update Quickstart guide once #71 is merged. These NICs are tested internally within nvidia. In general i dont think we should keep an explicit list of devices as this list might get unbearingly long. |
@adrianchiris just to understand, are you suggesting to remove the NicIdMap? |
Yes, This is something i'd like to discuss, however this does not relate to this PR. |
Ok, the NicIdMap is used for generating device plugin configmap and/or perhaps in other code path (operator-webhook). |
Will open an issue to track ! Could you review this commit :) |
@adrianchiris would you like to update the doc in this PR, this one #71 is merged. |
This commit adds the following NIC modes to the supported devices map: 1. ConnectX5 Ex 2. ConnectX6 Dx Update quickstart doc with new supported models Signed-off-by: Adrian Chiris <[email protected]>
9ce3057
to
5f7d1ed
Compare
@zshi-redhat Done. |
This commit adds the following NIC modes to the
supported devices map:
Signed-off-by: Adrian Chiris [email protected]