> -----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]; Shelton, Benjamin H > <[email protected]>; [email protected]; Polchlopek, Mateusz > <[email protected]>; Bagnucki, Igor <[email protected]>; > [email protected]; Eric Dumazet <[email protected]>; Kitszel, Przemyslaw > <[email protected]>; Simon Horman <[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 6/6] ice: Add MDD logging via > devlink health > > From: Ben Shelton <[email protected]> > > Add a devlink health reporter for MDD events. The 'dump' handler will return > the information captured in each call to ice_handle_mdd_event(). > A device reset (CORER/PFR) will put the reporter back in healthy state. > > Signed-off-by: Ben Shelton <[email protected]> > Reviewed-by: Igor Bagnucki <[email protected]> > Reviewed-by: Wojciech Drewek <[email protected]> > Reviewed-by: Simon Horman <[email protected]> > Signed-off-by: Mateusz Polchlopek <[email protected]> > Co-developed-by: Przemek Kitszel <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > --- > .../intel/ice/devlink/devlink_health.h | 11 +++ > .../intel/ice/devlink/devlink_health.c | 77 +++++++++++++++++++ > drivers/net/ethernet/intel/ice/ice_main.c | 6 ++ > 3 files changed, 94 insertions(+) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
