> -----Original Message-----
> From: He, ShiyangX <[email protected]>
> Sent: Wednesday, January 3, 2024 6:42 PM
> To: [email protected]
> Cc: Yang, Qiming <[email protected]>; He, ShiyangX
> <[email protected]>; [email protected]; Wu, Jingjing
> <[email protected]>; Xing, Beilei <[email protected]>; Wang, Liang-
> min <[email protected]>; Zhang, Qi Z <[email protected]>
> Subject: [PATCH v3] net/iavf: fix VF startup coredump
>
> When the vf starts to request multiple queues, the pf sends a reset command
> to the vf. During the reset process, adminq sends an abnormal message to pf
> for an unknown reason, and the resource request fails resulting in a
> coredump.
>
> This patch fixes the issue by checking the reset state before resetting.
>
> v2: fix windows compilation errors
> v3: add fix tag
>
> Fixes: 3e6a5d2d310a ("net/iavf: add devargs to enable VF auto-reset")
> Cc: [email protected]
>
> Signed-off-by: Shiyang He <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi