[PATCH 0/3] net/iavf: vf reset fixes
Ciara Loftus
ciara.loftus at intel.com
Mon Jun 8 16:55:15 CEST 2026
The patch [1] aimed to address a race condition in the iavf driver
during a reset and also reduced noisy logging during resets.
Patch 1 of this series extracts the noisy logging fix into its own
commit.
Patch 2 offers an alternative approach to fixing the race condition.
Patch 3 fixes a pre-existing refcount imbalance in the shared event
handler thread that became visible while investigating the reset path.
[1] https://patches.dpdk.org/project/dpdk/patch/20260605123646.1328492-1-chaitanyababux.talluri@intel.com/
Ciara Loftus (2):
net/iavf: wait for PF reset start before reinitializing
net/iavf: fix event handler refcount leak on HW reset
Talluri Chaitanyababu (1):
net/iavf: downgrade opcode 0 ARQ log to debug
drivers/net/intel/iavf/iavf.h | 1 +
drivers/net/intel/iavf/iavf_ethdev.c | 14 +++++++++++++-
drivers/net/intel/iavf/iavf_vchnl.c | 11 +++++++++--
3 files changed, 23 insertions(+), 3 deletions(-)
--
2.43.0
More information about the dev
mailing list