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/[email protected]/ 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

