vdpa: introduce virtio pci driver
This patch introduce a vDPA driver for virtio-pci device. It bridges the virtio-pci control command to the vDPA bus. This will be used for features prototyping and testing. Note that get/restore virtqueue state is not supported which needs extension on the virtio specification. Signed-off-by:Jason Wang <jasowang@redhat.com> Link: https://lore.kernel.org/r/20210223061905.422659-4-jasowang@redhat.com Signed-off-by:
Michael S. Tsirkin <mst@redhat.com>
Showing
- drivers/Makefile 1 addition, 0 deletionsdrivers/Makefile
- drivers/vdpa/Kconfig 7 additions, 0 deletionsdrivers/vdpa/Kconfig
- drivers/vdpa/Makefile 1 addition, 0 deletionsdrivers/vdpa/Makefile
- drivers/vdpa/virtio_pci/Makefile 2 additions, 0 deletionsdrivers/vdpa/virtio_pci/Makefile
- drivers/vdpa/virtio_pci/vp_vdpa.c 458 additions, 0 deletionsdrivers/vdpa/virtio_pci/vp_vdpa.c
Please register or sign in to comment