> -----Original Message----- > From: Pei, Andy <andy....@intel.com> > Sent: Monday, May 23, 2022 5:35 PM > To: dev@dpdk.org > Cc: Xia, Chenbo <chenbo....@intel.com>; maxime.coque...@redhat.com; Cao, > Gang <gang....@intel.com>; Liu, Changpeng <changpeng....@intel.com>; Xu, > Rosen <rosen...@intel.com>; Xiao, QimaiX <qimaix.x...@intel.com> > Subject: [PATCH v9 01/13] vdpa/ifc: add support for virtio blk device > > 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 <andy....@intel.com> > --- > drivers/vdpa/ifc/base/ifcvf.h | 22 +++++++--- > drivers/vdpa/ifc/ifcvf_vdpa.c | 95 > ++++++++++++++++++++++++++++++++++++++----- > 2 files changed, 102 insertions(+), 15 deletions(-)
Reviewed-by: Chenbo Xia <chenbo....@intel.com>