Re: [PATCH for-next 4/4] devlink: add health command support

2019-02-11 Thread Jiri Pirko
Sun, Feb 10, 2019 at 07:28:49PM CET, a...@mellanox.com wrote: >This patch adds support for the following commands: >devlink health show [DEV reporter REPORTE_NAME] >devlink health recoverDEV reporter REPORTER_NAME >devlink health diagnose DEV reporter REPORTER_NAME >devlink health dump s

Re: [PATCH for-next 4/4] devlink: add health command support

2019-02-10 Thread Stephen Hemminger
On Sun, 10 Feb 2019 20:28:49 +0200 Aya Levin wrote: > + > +static void cmd_health_help(void) > +{ > + pr_err("Usage: devlink health show [ dev DEV reporter REPORTER_NAME > ]\n"); > + pr_err("Usage: devlink health recover DEV reporter REPORTER_NAME\n"); > + pr_err("Usage: devlink heal

[PATCH for-next 4/4] devlink: add health command support

2019-02-10 Thread Aya Levin
This patch adds support for the following commands: devlink health show [DEV reporter REPORTE_NAME] devlink health recoverDEV reporter REPORTER_NAME devlink health diagnose DEV reporter REPORTER_NAME devlink health dump show DEV reporter REPORTER_NAME devlink health dump clear DEV repor