public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
* [PATCH 0/4] net/iavf: improve VF reset resilience
@ 2026-03-31 13:01 Ciara Loftus
  2026-03-31 13:01 ` [PATCH 1/4] net/iavf: fix disabling of promiscuous modes on device close Ciara Loftus
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Ciara Loftus @ 2026-03-31 13:01 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

Previously, VF recovery from PF-initiated resets required explicit
opt-in via auto_reset, leaving VFs non-functional by default after a
reset unless the application handled it. This series makes transparent
recovery including the restoration of settings the default, and
implements some fixes related to the reset path as well.

Patch 1 fixes a regression which prevented promiscuous mode from being
disabled before sending the RESET_VF message to the PF during device
close.

Patch 2 enables the auto_reset and no-poll-on-link-down devargs
by default so VFs recover from resets without the need to introduce any
reset handling in the application.

Patch 3 introduces a new auto_reconfig devarg (on by default) which
extends the recovery path to restore unicast and multicast promiscuous
state after a reset. Restoration of additional settings such as VLAN
filters could be added under the same mechanism in a follow-up series.

Patch 4 fixes a minor logging issue.

Ciara Loftus (4):
  net/iavf: fix disabling of promiscuous modes on device close
  net/iavf: enable auto reset by default
  net/iavf: enable post-reset restoration of VF settings
  net/iavf: fix reset handling error log

 doc/guides/nics/intel_vf.rst         | 15 ++++--
 drivers/net/intel/iavf/iavf.h        |  1 +
 drivers/net/intel/iavf/iavf_ethdev.c | 75 ++++++++++++++++++++++++----
 3 files changed, 77 insertions(+), 14 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-04-03 16:40 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-31 13:01 [PATCH 0/4] net/iavf: improve VF reset resilience Ciara Loftus
2026-03-31 13:01 ` [PATCH 1/4] net/iavf: fix disabling of promiscuous modes on device close Ciara Loftus
2026-03-31 13:01 ` [PATCH 2/4] net/iavf: enable auto reset by default Ciara Loftus
2026-03-31 13:01 ` [PATCH 3/4] net/iavf: enable post-reset restoration of VF settings Ciara Loftus
2026-03-31 13:01 ` [PATCH 4/4] net/iavf: fix reset handling error log Ciara Loftus
2026-03-31 13:23   ` David Marchand
2026-04-03 16:08 ` [PATCH 0/4] net/iavf: improve VF reset resilience Bruce Richardson
2026-04-03 16:40   ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox