Re: [dpdk-dev] [PATCH 09/10] vdpa/sfc: add support to set vring state

2021-08-30 Thread Maxime Coquelin
On 7/6/21 6:44 PM, Vijay Srivastava wrote: > From: Vijay Kumar Srivastava > > Implements vDPA ops set_vring_state to configure vring state. > > Signed-off-by: Vijay Kumar Srivastava > --- > drivers/vdpa/sfc/sfc_vdpa_ops.c | 54 > ++--- > 1 file changed,

[dpdk-dev] [PATCH 09/10] vdpa/sfc: add support to set vring state

2021-07-07 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implements vDPA ops set_vring_state to configure vring state. Signed-off-by: Vijay Kumar Srivastava --- drivers/vdpa/sfc/sfc_vdpa_ops.c | 54 ++--- 1 file changed, 50 insertions(+), 4 deletions(-) diff --git a/drivers/vdpa/sfc/s