[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20180705.195853.580143925396995107.davem@davemloft.net>
Date: Thu, 05 Jul 2018 19:58:53 +0900 (KST)
From: David Miller <davem@...emloft.net>
To: moshe@...lanox.com
Cc: vasundhara-v.volam@...adcom.com, jiri@...lanox.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next 00/10] Add configuration parameters support
From: Moshe Shemesh <moshe@...lanox.com>
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!
Powered by blists - more mailing lists