Re: [PATCH net-next 00/10] Add configuration parameters support

From: David Miller
Date: Thu Jul 05 2018 - 06:59:01 EST


From: Moshe Shemesh <moshe@xxxxxxxxxxxx>
Date: Wed, 4 Jul 2018 14:30:27 +0300

> Add configuration parameters setting through devlink.
> Each device registers supported configuration parameters table.
> Each parameter can be either generic or driver specific.
> The user can retrieve data on these parameters by "devlink param show"
> command and can set new value to a parameter by "devlink param set"
> command.
> The parameters can be set in different configuration modes:
> runtime - set while driver is running, no reset required.
> driverinit - applied while driver initializes, requires restart
> driver by devlink reload command.
> permanent - written to device's non-volatile memory, hard reset required.
>
> The patches at the end of the patchset introduce few params that are using
> the introduced infrastructure on mlx4 and bnxt.
>
> Command examples and output:
...

Looks great, series applied, thanks!