> -----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]; [email protected]; > [email protected]; Polchlopek, Mateusz <[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 3/6] devlink: add > devlink_fmsg_dump_skb() function > > From: Mateusz Polchlopek <[email protected]> > > Add devlink_fmsg_dump_skb() function that adds some diagnostic information > about skb (like length, pkt type, MAC, etc) to devlink fmsg mechanism using > bunch of devlink_fmsg_put() function calls. > > Signed-off-by: Mateusz Polchlopek <[email protected]> > Signed-off-by: Przemek Kitszel <[email protected]> > --- > include/net/devlink.h | 2 ++ > net/devlink/health.c | 67 +++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 69 insertions(+) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel)
