> -----Original Message-----
> From: Kaiwen Deng <kaiwenx.d...@intel.com>
> Sent: Thursday, June 8, 2023 3:28 PM
> To: dev@dpdk.org
> Cc: sta...@dpdk.org; Yang, Qiming <qiming.y...@intel.com>; Zhou, YidingX
> <yidingx.z...@intel.com>; Deng, KaiwenX <kaiwenx.d...@intel.com>; Wu,
> Jingjing <jingjing...@intel.com>; Xing, Beilei <beilei.x...@intel.com>
> 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: sta...@dpdk.org
>
> Signed-off-by: Kaiwen Deng <kaiwenx.d...@intel.com>
Acked-by: Qi Zhang <qi.z.zh...@intel.com>
Applied to dpdk-next-net-intel.
Thanks
Qi