[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1676294058-136786-1-git-send-email-moshe@nvidia.com>
Date: Mon, 13 Feb 2023 15:14:08 +0200
From: Moshe Shemesh <moshe@...dia.com>
To: "David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>, Jiri Pirko <jiri@...dia.com>,
<netdev@...r.kernel.org>
CC: Moshe Shemesh <moshe@...dia.com>
Subject: [PATCH net-next 00/10] devlink: cleanups and move devlink health functionality to separate file
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
.../networking/devlink/devlink-health.rst | 23 +-
net/devlink/Makefile | 2 +-
net/devlink/devl_internal.h | 16 +
net/devlink/health.c | 1333 +++++++++++++++++
net/devlink/leftover.c | 1330 +---------------
5 files changed, 1373 insertions(+), 1331 deletions(-)
create mode 100644 net/devlink/health.c
--
2.27.0
Powered by blists - more mailing lists