> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Wojciech Drewek > Sent: Wednesday, August 7, 2024 4:05 PM > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; [email protected]; > [email protected]; [email protected]; Kitszel, Przemyslaw > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v3] ice: Implement ethtool reset > support > > Enable ethtool reset support. Ethtool reset flags are mapped to the > E810 reset type: > PF reset: > $ ethtool --reset <ethX> irq dma filter offload CORE reset: > $ ethtool --reset <ethX> irq-shared dma-shared filter-shared \ > offload-shared ram-shared > GLOBAL reset: > $ ethtool --reset <ethX> irq-shared dma-shared filter-shared \ > offload-shared mac-shared phy-shared ram-shared > > Calling the same set of flags as in PF reset case on port representor > triggers VF reset. > > Reviewed-by: Michal Swiatkowski <[email protected]> > Reviewed-by: Marcin Szycik <[email protected]> > Reviewed-by: Przemek Kitszel <[email protected]> > Acked-by: Jakub Kicinski <[email protected]> > Signed-off-by: Wojciech Drewek <[email protected]> > --- > v2: remap ethtool flags to ice resets > v3: resend, add changelog, rebase, fix doc > --- > .../device_drivers/ethernet/intel/ice.rst | 31 ++++++++ > drivers/net/ethernet/intel/ice/ice_ethtool.c | 77 +++++++++++++++++++ > 2 files changed, 108 insertions(+) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
