-
Notifications
You must be signed in to change notification settings - Fork 114
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 support for Intel E823C NICs #520
Conversation
We use Kontron ME1310 Edge Servers which has built in E823C NICs. We create VFs using these NICs. We are able to create SriovNetworkNodePolicy and create the VFs after adding it under supported-nic-ids config map
Thanks for your PR,
To skip the vendors CIs use one of:
|
@Eoghan1232 does intel support this nic in the sriov operator? |
let me check, I've never used this specific nic before, but I can see it being used in DPDK and other docs. if @murali509 confirms the functionality and fixes the PR, I see no reason to object. |
Thanks for your PR,
To skip the vendors CIs use one of:
|
Thanks for your PR,
To skip the vendors CIs use one of:
|
Hi @Eoghan1232, we have tested sriov functionality on this Intel E823-C NIC in Kontron ME1310 servers and its working fine. |
kubectl -n gke-operators get SriovNetworkNodeState dauk-mrl-k-gdcv-host02.denseair.net -o yaml
|
Pull Request Test Coverage Report for Build 6549752628
💛 - Coveralls |
@SchSeba @Eoghan1232 , I don't have idea why some check failed in OCP. I don't think the code change is related to the failed test in ocp. Could you help to let me know what can be done further? |
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'm okay with these changes, @murali509 can you confirm you tested binding the VF's to a DPDK driver too? I see you marked it as capable in the PR.
Yes I have tested binding the VFs to a DPDK driver as you can see the output for eno2 NIC (E823C) below with vfio-pci type: kubectl -n gke-operators get SriovNetworkNodeState dauk-mrl-k-gdcv-host02.denseair.net -o yaml
|
please create an issue for tracking so we can close once this is merged. |
Could you help to merge into master if there are no further review comments? |
HI @murali509 just waiting for the issue so we can merge and close the issue together thanks! |
@SchSeba, issue was opened previously #501 (comment) |
We use Kontron ME1310 Edge Servers which has built in E823C NICs. We create VFs using these NICs. We are able to create SriovNetworkNodePolicy and create the VFs after adding it under supported-nic-ids config map