Re: [PATCH v3 01/15] vdpa/ifc: add support for virtio blk device

2022-03-22 Thread Maxime Coquelin
On 1/29/22 04:03, Andy Pei wrote: Re-use the vdpa/ifc code, distinguish blk and net device by pci_device_id. Blk and net device are implemented with proper feature and ops. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/base/ifcvf.h | 16 +++- drivers/vdpa/ifc/ifcvf_vdpa.c | 92

[PATCH v3 01/15] vdpa/ifc: add support for virtio blk device

2022-01-28 Thread Andy Pei
Re-use the vdpa/ifc code, distinguish blk and net device by pci_device_id. Blk and net device are implemented with proper feature and ops. Signed-off-by: Andy Pei --- drivers/vdpa/ifc/base/ifcvf.h | 16 +++- drivers/vdpa/ifc/ifcvf_vdpa.c | 92 +++ 2 fi