> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Jedrzej Jagielski > Sent: Monday, March 3, 2025 5:37 PM > To: [email protected] > Cc: Nguyen, Anthony L <[email protected]>; > [email protected]; [email protected]; [email protected]; > Jagielski, Jedrzej <[email protected]>; Loktionov, Aleksandr > <[email protected]>; Michal Swiatkowski > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v3 4/4] ixgbe: add E610 > .set_phys_id() callback implementation > > Legacy implementation of .set_phys_id() ethtool callback is not applicable for > E610 device. > > Add new implementation which uses 0x06E9 command by calling > ixgbe_aci_set_port_id_led(). > > Reviewed-by: Aleksandr Loktionov <[email protected]> > Reviewed-by: Michal Swiatkowski <[email protected]> > Signed-off-by: Jedrzej Jagielski <[email protected]> > --- > v3: move the #defines related to ixgbe_aci_cmd_set_port_id_led out of the > struct definition > --- > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 29 +++++++++++++++++++ > drivers/net/ethernet/intel/ixgbe/ixgbe_e610.h | 1 + > .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c | 22 +++++++++++++- > .../ethernet/intel/ixgbe/ixgbe_type_e610.h | 14 +++++++++ > 4 files changed, 65 insertions(+), 1 deletion(-) >
Tested-by: Bharath R <[email protected]>
