From: Ciara Loftus <ciara.loftus@intel.com>
To: dev@dpdk.org
Cc: Ciara Loftus <ciara.loftus@intel.com>
Subject: [PATCH v2 0/2] iavf post-reset state restoration updates
Date: Wed, 5 Aug 2026 12:57:33 +0000 [thread overview]
Message-ID: <20260805125735.3900483-1-ciara.loftus@intel.com> (raw)
In-Reply-To: <20260721130814.2950332-1-ciara.loftus@intel.com>
The iavf auto_reconfig devarg was marked for deprecation in the last release.
The first patch in this series removes the devarg, restoring promiscuous and
all-multicast modes unconditionally after a VF reset. The second patch limits
this restoration to VF reset only, avoiding unnecessary work on dev_start.
v2:
* Remove deprecation notice
* Move release note update from 26.07 to 26.11
Ciara Loftus (2):
net/iavf: remove auto reconfig devarg
net/iavf: restore promiscuous mode only after VF reset
doc/guides/nics/intel_vf.rst | 5 ---
doc/guides/rel_notes/deprecation.rst | 7 ---
doc/guides/rel_notes/release_26_11.rst | 5 +++
drivers/net/intel/iavf/iavf.h | 1 -
drivers/net/intel/iavf/iavf_ethdev.c | 62 +++++++++++++++++---------
5 files changed, 45 insertions(+), 35 deletions(-)
--
2.43.0
next prev parent reply other threads:[~2026-08-05 12:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-21 13:08 [RFC 0/2] iavf post-reset state restoration updates Ciara Loftus
2026-07-21 13:08 ` [RFC 1/2] net/iavf: remove auto reconfig devarg Ciara Loftus
2026-07-21 13:08 ` [RFC 2/2] net/iavf: restore promiscuous mode only after VF reset Ciara Loftus
2026-07-22 10:10 ` [RFC 0/2] iavf post-reset state restoration updates David Marchand
2026-08-05 12:57 ` Ciara Loftus [this message]
2026-08-05 12:57 ` [PATCH v2 1/2] net/iavf: remove auto reconfig devarg Ciara Loftus
2026-08-05 12:57 ` [PATCH v2 2/2] net/iavf: restore promiscuous mode only after VF reset Ciara Loftus
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=20260805125735.3900483-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