vdpa: introduce virtio pci driver
authorJason Wang <jasowang@redhat.com>
Tue, 23 Feb 2021 06:19:05 +0000 (14:19 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 3 May 2021 08:55:51 +0000 (04:55 -0400)
commit64b9f64f80a6f4b7ea51bf0510119cb15e801dc6
tree12ad1086a6510424b9024b19c0d6e4d79f7711b7
parent9f4ad9e425a1d3b6a34617b8ea226d56a119a717
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>
drivers/Makefile
drivers/vdpa/Kconfig
drivers/vdpa/Makefile
drivers/vdpa/virtio_pci/Makefile [new file with mode: 0644]
drivers/vdpa/virtio_pci/vp_vdpa.c [new file with mode: 0644]