public inbox for dev@dpdk.org
 help / color / mirror / Atom feed
From: Ciara Loftus <ciara.loftus@intel.com>
To: dev@dpdk.org
Cc: Ciara Loftus <ciara.loftus@intel.com>
Subject: [PATCH 0/4] net/iavf: improve VF reset resilience
Date: Tue, 31 Mar 2026 13:01:16 +0000	[thread overview]
Message-ID: <20260331130120.2471971-1-ciara.loftus@intel.com> (raw)

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


             reply	other threads:[~2026-03-31 13:02 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-31 13:01 Ciara Loftus [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260331130120.2471971-1-ciara.loftus@intel.com \
    --to=ciara.loftus@intel.com \
    --cc=dev@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox