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

2021-02-22 Thread Jason Wang
On 2021/2/22 5:04 下午, Stefano Garzarella wrote: On Sat, Feb 20, 2021 at 04:46:29PM +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

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

2021-02-22 Thread Stefano Garzarella
On Sat, Feb 20, 2021 at 04:46:29PM +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 ne

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

2021-02-20 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: Jas