> -----Original Message-----
> From: Zeng, ZhichaoX <zhichaox.z...@intel.com>
> Sent: Wednesday, July 12, 2023 1:36 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Zhang, Qi Z <qi.z.zh...@intel.com>; Staszewski, BartoszX
> <bartoszx.staszew...@intel.com>; Zeng, ZhichaoX <zhichaox.z...@intel.com>;
> Wu, Jingjing <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>;
> Ferruh Yigit <ferruh.yi...@intel.com>; Rong, Leyi <leyi.r...@intel.com>
> Subject: [PATCH] net/iavf: fix the order of closing Rx queue
>
> The current implementation stops queue before disabling the Rx interrupt, and
> when there are still unprocessed packets remaining in the queue, this may
> cause the Rx ring to timeout, leading to IOMMU fault.
>
> This patch disables the Rx interrupt before stopping the queue, ensuring that
> no packets received when disabling the queues.
>
> Fixes: 02d212ca3125 ("net/iavf: rename remaining avf strings")
> Cc: sta...@dpdk.org
> Signed-off-by: Bartosz Staszewski <bartoszx.staszew...@intel.com>
> Signed-off-by: Zhichao Zeng <zhichaox.z...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi