> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Przemek Kitszel > Sent: Wednesday, August 21, 2024 7:07 PM > To: [email protected]; Jiri Pirko <[email protected]>; Nguyen, > Anthony L <[email protected]> > Cc: [email protected]; [email protected]; Drewek, Wojciech > <[email protected]>; [email protected]; [email protected]; > Polchlopek, Mateusz <[email protected]>; Bagnucki, Igor > <[email protected]>; [email protected]; Eric Dumazet > <[email protected]>; Kitszel, Przemyslaw <[email protected]>; > Jakub Kicinski <[email protected]>; [email protected]; NEX SW NCIS OSDT ITP > Upstreaming <[email protected]>; > [email protected]; Paolo Abeni <[email protected]>; David S. Miller > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v3 4/6] ice: add Tx hang devlink > health reporter > > Add Tx hang devlink health reporter, see struct ice_tx_hang_event to see what > is reported. > > Subsequent commits will extend it by more info, for now it dumps descriptors > with little metadata. > > Reviewed-by: Igor Bagnucki <[email protected]> > Reviewed-by: Wojciech Drewek <[email protected]> > Co-developed-by: Mateusz Polchlopek <[email protected]> > Signed-off-by: Mateusz Polchlopek <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > --- > drivers/net/ethernet/intel/ice/Makefile | 1 + > .../intel/ice/devlink/devlink_health.h | 48 +++++ > drivers/net/ethernet/intel/ice/ice.h | 2 + > .../intel/ice/devlink/devlink_health.c | 188 ++++++++++++++++++ > drivers/net/ethernet/intel/ice/ice_main.c | 18 +- > 5 files changed, 252 insertions(+), 5 deletions(-) create mode 100644 > drivers/net/ethernet/intel/ice/devlink/devlink_health.h > create mode 100644 drivers/net/ethernet/intel/ice/devlink/devlink_health.c >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
