Message ID | 1676294058-136786-1-git-send-email-moshe@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | devlink: cleanups and move devlink health functionality to separate file | expand |
Mon, Feb 13, 2023 at 02:14:08PM CET, moshe@nvidia.com wrote: >This patchset moves devlink health callbacks, helpers and related code >from leftover.c to new file health.c. About 1.3K LoC are moved by this >patchset, covering all devlink health functionality. > >In addition this patchset includes a couple of small cleanups in devlink >health code and documentation update. > >Moshe Shemesh (10): > devlink: Split out health reporter create code > devlink: health: Fix nla_nest_end in error flow > devlink: Move devlink health get and set code to health file > devlink: health: Don't try to add trace with NULL msg > devlink: Move devlink health report and recover to health file > devlink: Move devlink fmsg and health diagnose to health file > devlink: Move devlink health dump to health file > devlink: Move devlink health test to health file > devlink: Move health common function to health file > devlink: Update devlink health documentation set- Reviewed-by: Jiri Pirko <jiri@nvidia.com> Thanks Moshe!
On Mon, 13 Feb 2023 15:14:08 +0200 Moshe Shemesh wrote: > This patchset moves devlink health callbacks, helpers and related code > from leftover.c to new file health.c. About 1.3K LoC are moved by this > patchset, covering all devlink health functionality. > > In addition this patchset includes a couple of small cleanups in devlink > health code and documentation update. Reviewed-by: Jakub Kicinski <kuba@kernel.org>