Re: [dpdk-dev] [PATCH 04/10] vdpa/sfc: get device supported max queue count

2021-08-30 Thread Maxime Coquelin
On 7/6/21 6:44 PM, Vijay Srivastava wrote: > From: Vijay Kumar Srivastava > > Implement vDPA ops get_queue_num to get the maximum number > of queues supported by the device. > > Signed-off-by: Vijay Kumar Srivastava > --- > drivers/vdpa/sfc/sfc_vdpa_ops.c | 16 +--- > 1 file cha

[dpdk-dev] [PATCH 04/10] vdpa/sfc: get device supported max queue count

2021-07-07 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement vDPA ops get_queue_num to get the maximum number of queues supported by the device. Signed-off-by: Vijay Kumar Srivastava --- drivers/vdpa/sfc/sfc_vdpa_ops.c | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/drivers/vdp