> -----Original Message-----
> From: Kaiwen Deng <[email protected]>
> Sent: Thursday, June 8, 2023 3:28 PM
> To: [email protected]
> Cc: [email protected]; Yang, Qiming <[email protected]>; Zhou, YidingX
> <[email protected]>; Deng, KaiwenX <[email protected]>; Wu,
> Jingjing <[email protected]>; Xing, Beilei <[email protected]>
> Subject: [PATCH] net/iavf: fix virtchnl cmd called in intr thread
> 
> When iavf send virtchnl command in eal-intr-thread, there will be no
> response received from iavf_dev_virtchnl_handler for this command during
> block and wait. Because iavf_dev_virtchnl_handler is also registered in eal-
> intr-thread.
> 
> This commit add to poll the response for virtchnl command when it is called
> by eal-intr-thread to fix this issue.
> 
> Fixes: 22b123a36d07 ("net/avf: initialize PMD")
> Cc: [email protected]
> 
> Signed-off-by: Kaiwen Deng <[email protected]>

Acked-by: Qi Zhang <[email protected]>

Applied to dpdk-next-net-intel.

Thanks
Qi

Reply via email to