On Wed, May 29, 2024 at 02:34:16PM +0100, Bruce Richardson wrote: > On Tue, May 14, 2024 at 04:17:16PM +0100, Anatoly Burakov wrote: > > Current code is a result of work to reduce duplication between various > > device models. However, the logic that was replaced did not exactly > > match the new logic, and as a result the link power down was not > > working correctly for some NICs, and the link remained up even when > > the interface is down. > > > > Fix it to correctly power down the link under all circumstances that > > were supported by old logic. > > > > Fixes: 44dddd14059f ("net/e1000/base: remove duplicated codes") > > Cc: guinanx....@intel.com > > Cc: sta...@dpdk.org > > > > Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com> > > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
Applied to dpdk-next-net-intel Thanks, /Bruce