mbox series

[net-next,0/2] devlink: add unknown 'fw_load_policy' value

Message ID 20190911110833.9005-1-simon.horman@netronome.com
Headers show
Series devlink: add unknown 'fw_load_policy' value | expand

Message

Simon Horman Sept. 11, 2019, 11:08 a.m. UTC
Dirk says:

Recently we added an unknown value for the 'reset_dev_on_drv_probe' devlink
parameter. Extend the 'fw_load_policy' parameter in the same way.

The only driver that uses this right now is the nfp driver.

Dirk van der Merwe (2):
  devlink: add unknown 'fw_load_policy' value
  nfp: devlink: set unknown fw_load_policy

 drivers/net/ethernet/netronome/nfp/devlink_param.c | 3 ++-
 include/uapi/linux/devlink.h                       | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

David Miller Sept. 11, 2019, 2:10 p.m. UTC | #1
From: Simon Horman <simon.horman@netronome.com>
Date: Wed, 11 Sep 2019 12:08:31 +0100

> Dirk says:
> 
> Recently we added an unknown value for the 'reset_dev_on_drv_probe' devlink
> parameter. Extend the 'fw_load_policy' parameter in the same way.
> 
> The only driver that uses this right now is the nfp driver.

Series applied to net-next, thanks.