> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of > Przemek Kitszel > Sent: Wednesday, August 21, 2024 7:07 PM > To: intel-wired-...@lists.osuosl.org; Jiri Pirko <j...@resnulli.us>; Nguyen, > Anthony L <anthony.l.ngu...@intel.com> > Cc: lukas.bulw...@gmail.com; will...@google.com; Drewek, Wojciech > <wojciech.dre...@intel.com>; dwaipayanr...@gmail.com; Shelton, Benjamin H > <benjamin.h.shel...@intel.com>; net...@vger.kernel.org; Polchlopek, Mateusz > <mateusz.polchlo...@intel.com>; Bagnucki, Igor <igor.bagnu...@intel.com>; > j...@perches.com; Eric Dumazet <eduma...@google.com>; Kitszel, Przemyslaw > <przemyslaw.kits...@intel.com>; Simon Horman <ho...@kernel.org>; Jakub > Kicinski <k...@kernel.org>; a...@canonical.com; NEX SW NCIS OSDT ITP > Upstreaming <nex.sw.ncis.osdt.itp.upstream...@intel.com>; > a...@linux-foundation.org; Paolo Abeni <pab...@redhat.com>; David S. Miller > <da...@davemloft.net> > Subject: [Intel-wired-lan] [PATCH iwl-next v3 6/6] ice: Add MDD logging via > devlink health > > From: Ben Shelton <benjamin.h.shel...@intel.com> > > 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 <benjamin.h.shel...@intel.com> > Reviewed-by: Igor Bagnucki <igor.bagnu...@intel.com> > Reviewed-by: Wojciech Drewek <wojciech.dre...@intel.com> > Reviewed-by: Simon Horman <ho...@kernel.org> > Signed-off-by: Mateusz Polchlopek <mateusz.polchlo...@intel.com> > Co-developed-by: Przemek Kitszel <przemyslaw.kits...@intel.com> > Signed-off-by: Przemek Kitszel <przemyslaw.kits...@intel.com> > --- > .../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 <himasekharx.reddy.pu...@intel.com> (A Contingent worker at Intel)