Re: [PATCH iproute2-net v2 1/3] devlink: Add devlink reload action and limit options

2020-12-08 Thread Moshe Shemesh
On 12/9/2020 4:46 AM, David Ahern wrote: On 12/6/20 10:35 PM, Moshe Shemesh wrote: + print_string(PRINT_ANY, NULL, "%s", reload_action_name(action)); That line should be: print_string(PRINT_ANY, NULL, "%s", re

Re: [PATCH iproute2-net v2 1/3] devlink: Add devlink reload action and limit options

2020-12-08 Thread David Ahern
On 12/6/20 10:35 PM, Moshe Shemesh wrote: > + print_string(PRINT_ANY, NULL, "%s", > reload_action_name(action)); That line should be: print_string(PRINT_ANY, NULL, "%s", reload_action_name(action)); to fit preferred

[PATCH iproute2-net v2 1/3] devlink: Add devlink reload action and limit options

2020-12-06 Thread Moshe Shemesh
Add reload action and reload limit to devlink reload command to enable the user to select the reload action required and constrains limits on these actions that he may want to ensure. The following reload actions are supported: driver_reinit: driver entities re-initialization, applying