Re: [PATCH v2 0/2] iavf post-reset state restoration updates
Bruce Richardson <[email protected]>
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 05, 2026 at 12:57:33PM +0000, Ciara Loftus wrote: > 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 > Series applied to dpdk-next-net-intel Thanks, /Bruce