RE: [PATCH v2] net/iavf: fix no polling mode switch

2024-01-03 Thread Zhang, Qi Z
> -Original Message- > From: Mingjin Ye > Sent: Thursday, December 14, 2023 6:33 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Ye, MingjinX > ; sta...@dpdk.org; Wu, Jingjing > ; Xing, Beilei > Subject: [PATCH v2] net/iavf: fix no polling mode switch > > PMD

[PATCH v2] net/iavf: fix no polling mode switch

2023-12-14 Thread Mingjin Ye
PMD does not switch to no polling mode when the PF triggers a reset event or the watchdog detects a reset event. In this scenario, data path will access the freed resources and cause a core dump. This patch fixes this issue by automatically switching modes on VF reset. Fixes: 5b3124a0a6ef ("net/i