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

Reply via email to