Re: [PATCH iproute2-net 1/3] devlink: Add devlink reload action and limit options
From: Moshe Shemesh <hidden>
Date: 2020-12-02 06:58:40
From: Moshe Shemesh <hidden>
Date: 2020-12-02 06:58:40
On 11/29/2020 11:12 PM, David Ahern wrote:
On 11/26/20 4:14 AM, Moshe Shemesh wrote:quoted
@@ -1997,7 +2066,7 @@ static void cmd_dev_help(void) pr_err(" devlink dev eswitch show DEV\n"); pr_err(" devlink dev param set DEV name PARAMETER value VALUE cmode { permanent | driverinit | runtime }\n"); pr_err(" devlink dev param show [DEV name PARAMETER]\n"); - pr_err(" devlink dev reload DEV [ netns { PID | NAME | ID } ]\n"); + pr_err(" devlink dev reload DEV [ netns { PID | NAME | ID } ] [ action { driver_reinit | fw_activate } ] [ limit no_reset ]\n");line length is unreasonable; add new options on the next line.
Ack.
quoted
pr_err(" devlink dev info [ DEV ]\n"); pr_err(" devlink dev flash DEV file PATH [ component NAME ] [ overwrite SECTION ]\n"); }