> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Mateusz Polchlopek > Sent: 31 December 2024 15:21 > To: [email protected] > Cc: [email protected]; Polchlopek, Mateusz <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-net v1] ice: remove invalid parameter > of equalizer > > It occurred that in the commit 70838938e89c ("ice: Implement driver > functionality to dump serdes equalizer values") the invalid DRATE parameter > for reading has been added. The output of the command: > > $ ethtool -d <ethX> > > returns the garbage value in the place where DRATE value should be stored. > > Remove mentioned parameter to prevent return of corrupted data to userspace. > > Fixes: 70838938e89c ("ice: Implement driver functionality to dump serdes > equalizer values") > Signed-off-by: Mateusz Polchlopek <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_adminq_cmd.h | 1 - > drivers/net/ethernet/intel/ice/ice_ethtool.c | 1 - > drivers/net/ethernet/intel/ice/ice_ethtool.h | 1 - > 3 files changed, 3 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
