Merge branch 'devlink-cleanups-and-move-devlink-health-functionality-to-separate...
authorJakub Kicinski <kuba@kernel.org>
Thu, 16 Feb 2023 03:15:45 +0000 (19:15 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 16 Feb 2023 03:15:46 +0000 (19:15 -0800)
commit388a9c907a51489bf566165c72e4e8aa4d62ab49
treeba1a4db8271cda59da2294bfc67fde2cc8505238
parentb6a4103c3538dec0a9ec8a6d1de7c009e428e7ab
parentd0ab772c1f1558af84f3293a52e9e886e08e0754
Merge branch 'devlink-cleanups-and-move-devlink-health-functionality-to-separate-file'

Moshe Shemesh says:

====================
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.
====================

Link: https://lore.kernel.org/r/1676392686-405892-1-git-send-email-moshe@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>