On 6/28/22 07:29, abhimanyu.sa...@xilinx.com wrote:
From: Abhimanyu Saini <absa...@amd.com> When DPDK app is running in the VF, it sometimes rings the doorbell before dev_config has had a chance to complete and hence it misses the event. As workaround, ring the doorbell when vDPA reports the notify_area to QEMU. Fixes: 630be406dcbf ("vdpa/sfc: get queue notify area info") Cc: sta...@dpdk.org Signed-off-by: Vijay Kumar Srivastava <vsriv...@xilinx.com> Signed-off-by: Abhimanyu Saini <absa...@amd.com> --- v1: * Update the commit id that this patch fixes drivers/vdpa/sfc/sfc_vdpa_ops.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime