Re: [dpdk-dev] [PATCH 05/10] vdpa/sfc: add support to get VFIO device fd

2021-08-30 Thread Maxime Coquelin
On 7/6/21 6:44 PM, Vijay Srivastava wrote: > From: Vijay Kumar Srivastava > > Implement vDPA ops get_vfio_device_fd to get the VFIO device fd. > > Signed-off-by: Vijay Kumar Srivastava > --- > drivers/vdpa/sfc/sfc_vdpa_ops.c | 24 > 1 file changed, 24 insertions(+)

[dpdk-dev] [PATCH 05/10] vdpa/sfc: add support to get VFIO device fd

2021-07-07 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement vDPA ops get_vfio_device_fd to get the VFIO device fd. Signed-off-by: Vijay Kumar Srivastava --- drivers/vdpa/sfc/sfc_vdpa_ops.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/vdpa/sfc/sfc_vdpa_ops.c b/drivers/vdpa/s