]> git.proxmox.com Git - mirror_iproute2.git/commit
Merge branch 'devlink-health' into next
authorDavid Ahern <dsahern@gmail.com>
Thu, 28 Feb 2019 16:00:19 +0000 (08:00 -0800)
committerDavid Ahern <dsahern@gmail.com>
Thu, 28 Feb 2019 16:00:19 +0000 (08:00 -0800)
commit83a8b8d9f108ad99faa999742016f8d63059a8b2
treeaf57904e5f29974985305810e93b930cf946b9ef
parent359f69f76ffb6029d37c49a95c2d08b5d48fc947
parent3147e0d37248f201d9b5ebcfb443e1f93e4f4bd3
Merge branch 'devlink-health' into next

Aya Levin  says:

====================

This series adds support for devlink health commands:
 devlink health show     [ DEV reporter REPORTER_NAME ]
 devlink health recover    DEV reporter REPORTER_NAME
 devlink health diagnose   DEV reporter REPORTER_NAME
 devlink health dump show  DEV reporter REPORTER_NAME
 devlink health dump clear DEV reporter REPORTER_NAME
 devlink health set        DEV reporter REPORTER_NAME { grace_period | auto_recover } { msec | boolean }

The first patch refactors the validation of input parameters, which
grow way too long. Second and third patches fix bugs that were
discovered during the devlink health development. The forth patch adds
helper functions which enable output of value and labels separately.
Patches 5-10 add the devlink health functionality by command, the last
is the man page.

====================

Signed-off-by: David Ahern <dsahern@gmail.com>