> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of Anil > Samal > Sent: Friday, June 14, 2024 6:28 PM > To: intel-wired-...@lists.osuosl.org > Cc: net...@vger.kernel.org; Czapnik, Lukasz <lukasz.czap...@intel.com>; > Samal, Anil <anil.sa...@intel.com>; Pepiak, Leszek <leszek.pep...@intel.com>; > Nguyen, Anthony L <anthony.l.ngu...@intel.com>; Simon Horman > <ho...@kernel.org>; Kitszel, Przemyslaw <przemyslaw.kits...@intel.com> > Subject: [Intel-wired-lan] [PATCH iwl-next v3 3/3] ice: Implement driver > functionality to dump serdes equalizer values > > To debug link issues in the field, serdes Tx/Rx equalizer values help to > determine the health of serdes lane. > > Extend 'ethtool -d' option to dump serdes Tx/Rx equalizer. > The following list of equalizer param is supported > a. rx_equalization_pre2 > b. rx_equalization_pre1 > c. rx_equalization_post1 > d. rx_equalization_bflf > e. rx_equalization_bfhf > f. rx_equalization_drate > g. tx_equalization_pre1 > h. tx_equalization_pre3 > i. tx_equalization_atten > j. tx_equalization_post1 > k. tx_equalization_pre2 > > Reviewed-by: Simon Horman <ho...@kernel.org> > Reviewed-by: Jesse Brandeburg <jesse.brandeb...@intel.com> > Signed-off-by: Anil Samal <anil.sa...@intel.com> > --- > .../net/ethernet/intel/ice/ice_adminq_cmd.h | 51 +++++++ > drivers/net/ethernet/intel/ice/ice_common.c | 37 +++++ > drivers/net/ethernet/intel/ice/ice_common.h | 2 + > drivers/net/ethernet/intel/ice/ice_ethtool.c | 141 +++++++++++++++++- > drivers/net/ethernet/intel/ice/ice_ethtool.h | 19 +++ > 5 files changed, 248 insertions(+), 2 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pu...@intel.com> (A Contingent worker at Intel)