Skip to content
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 vDPA support #162

Closed
amorenoz opened this issue Dec 14, 2020 · 0 comments · Fixed by #163
Closed

Add vDPA support #162

amorenoz opened this issue Dec 14, 2020 · 0 comments · Fixed by #163

Comments

@amorenoz
Copy link
Contributor

amorenoz commented Dec 14, 2020

vDPA support is being added to the SR-IOV Network Device Plugin (k8snetworkplumbingwg/sriov-network-device-plugin#305).

What would you like to be added?

The SR-IOV CNI should handle vDPA devices properly. The expected behaviour:

  • For devices bound to vhost-vdpa, they should be treated as DPDK devices:
    • The access to the device is handled by the SR-IOV Network Device Plugin
    • There is no netdevice
  • For devices bound to virtio-vdpa, a netdevice is created in the parent (i.e: the pci device) so it should be treated as a standard sr-iov + netdev device
@amorenoz amorenoz changed the title Add vDPA support WIP: Add vDPA support Dec 14, 2020
@amorenoz amorenoz changed the title WIP: Add vDPA support Add vDPA support Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant