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 support to virtio-vDPA devices #2664

Merged
merged 3 commits into from
Jan 13, 2023
Merged

Add support to virtio-vDPA devices #2664

merged 3 commits into from
Jan 13, 2023

Commits on Nov 2, 2022

  1. sriov: support virtio vdpa devices

    Add support to sriov-based virtio-vdpa devices.
    
    When a sr-iov device has a vdpa device created, and it is bound to
    virtio_vdpa driver, use the associated virtio-net device instead of the
    vendor one.
    
    In order to determine whether a device is vdpa or not as well as its
    device path, use external
    library github.com/k8snetworkplumbingwg/govdpa
    
    Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
    amorenoz authored and lmilleri committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    c67ce17 View commit details
    Browse the repository at this point in the history
  2. docs: add vdpa section in ovs_offload docs

    vdpa is an addition on top of ovs_offload so it makes sense to document
    it as part of it.
    
    Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
    amorenoz authored and lmilleri committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    8897972 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Updated dependency to govdpa v0.1.4

    Signed-off-by: Leonardo Milleri <lmilleri@redhat.com>
    lmilleri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4b108c3 View commit details
    Browse the repository at this point in the history