> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Mateusz Polchlopek > Sent: Tuesday, October 1, 2024 3:56 PM > To: [email protected] > Cc: [email protected]; Kitszel, Przemyslaw > <[email protected]>; Polchlopek, Mateusz > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next 1/2] ice: rework of dump serdes > equalizer values feature > > Refactor function ice_get_tx_rx_equa() to iterate over new table of params > instead of multiple calls to ice_aq_get_phy_equalization(). > > Subsequent commit will extend that function by add more serdes equalizer > values to dump. > > Shorten the fields of struct ice_serdes_equalization_to_ethtool for > readability purposes. > > Reviewed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Mateusz Polchlopek <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 93 ++++++-------------- > drivers/net/ethernet/intel/ice/ice_ethtool.h | 22 ++--- > 2 files changed, 38 insertions(+), 77 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
