05 Aug, 2020

1 commit


02 Apr, 2020

1 commit

  • This patch introduces a vDPA transport for virtio. This is used to
    use kernel virtio driver to drive the vDPA device that is capable
    of populating virtqueue directly.

    A new virtio-vdpa driver will be registered to the vDPA bus, when a
    new virtio-vdpa device is probed, it will register the device with
    vdpa based config ops. This means it is a software transport between
    vDPA driver and vDPA device. The transport was implemented through
    bus_ops of vDPA parent.

    Signed-off-by: Jason Wang
    Link: https://lore.kernel.org/r/20200326140125.19794-7-jasowang@redhat.com
    Signed-off-by: Michael S. Tsirkin

    Jason Wang