All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] net/iavf: vf reset fixes
@ 2026-06-08 14:55 Ciara Loftus
  2026-06-08 14:55 ` [PATCH 1/3] net/iavf: downgrade opcode 0 ARQ log to debug Ciara Loftus
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ciara Loftus @ 2026-06-08 14:55 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2026-06-09 14:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-08 14:55 [PATCH 0/3] net/iavf: vf reset fixes Ciara Loftus
2026-06-08 14:55 ` [PATCH 1/3] net/iavf: downgrade opcode 0 ARQ log to debug Ciara Loftus
2026-06-09 14:28   ` Bruce Richardson
2026-06-08 14:55 ` [PATCH 2/3] net/iavf: wait for PF reset start before reinitializing Ciara Loftus
2026-06-08 14:55 ` [PATCH 3/3] net/iavf: fix event handler refcount leak on HW reset Ciara Loftus
2026-06-09 14:53 ` [PATCH 0/3] net/iavf: vf reset fixes Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.