On 6/28/22 07:29, [email protected] wrote:
From: Abhimanyu Saini <[email protected]> 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: [email protected] Signed-off-by: Vijay Kumar Srivastava <[email protected]> Signed-off-by: Abhimanyu Saini <[email protected]> --- 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 <[email protected]> Thanks, Maxime

