DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [RFC 0/2] iavf post-reset state restoration updates
@ 2026-07-21 13:08 Ciara Loftus
  2026-07-21 13:08 ` [RFC 1/2] net/iavf: remove auto reconfig devarg Ciara Loftus
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ciara Loftus @ 2026-07-21 13:08 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

A deprecation notice [1] has been submitted for the iavf auto_reconfig devarg.

The first patch 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.

[1] https://mails.dpdk.org/archives/dev/2026-July/341822.html

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/release_26_07.rst |  5 +++
 drivers/net/intel/iavf/iavf.h          |  1 -
 drivers/net/intel/iavf/iavf_ethdev.c   | 62 +++++++++++++++++---------
 4 files changed, 45 insertions(+), 28 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-07-22 10:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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

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