On 12/13/22 08:37, Andy Pei wrote:
For block device, we make sure no IO is inflight before we stop device. We terminate the notify relay process and wait for all inflight IOs to be completed. So in this period, we wait for hardware to update used index, there is no need to relay new kick. Signed-off-by: Andy Pei <andy....@intel.com> --- drivers/vdpa/ifc/ifcvf_vdpa.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
Applied to dpdk-next-virtio/main. Thanks, Maxime