Re: [PATCH V4 3/3] vdpa: introduce virtio pci driver

2021-02-23 Thread Stefano Garzarella
On Tue, Feb 23, 2021 at 02:19:05PM +0800, Jason Wang wrote: 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

[PATCH V4 3/3] vdpa: introduce virtio pci driver

2021-02-22 Thread Jason Wang
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: