Re: [dpdk-dev] [PATCH v4 07/10] vdpa/sfc: add support to get queue notify area info

2021-11-04 Thread Maxime Coquelin
On 11/3/21 14:57, Vijay Srivastava wrote: From: Vijay Kumar Srivastava Implement the vDPA ops get_notify_area to get the notify area info of the queue. Signed-off-by: Vijay Kumar Srivastava Acked-by: Andrew Rybchenko --- v2: * Added error log in sfc_vdpa_get_notify_area. v4: * Updated pa

[dpdk-dev] [PATCH v4 07/10] vdpa/sfc: add support to get queue notify area info

2021-11-03 Thread Vijay Srivastava
From: Vijay Kumar Srivastava Implement the vDPA ops get_notify_area to get the notify area info of the queue. Signed-off-by: Vijay Kumar Srivastava Acked-by: Andrew Rybchenko --- v2: * Added error log in sfc_vdpa_get_notify_area. v4: * Updated parameter for sfc_vdpa_setup_notify_ctrl driver