summaryrefslogtreecommitdiffstats
path: root/Documentation/networking/devlink-params.txt
diff options
context:
space:
mode:
authorShalom Toledo2018-12-03 08:58:59 +0100
committerDavid S. Miller2018-12-03 22:55:43 +0100
commit846e980a87fc30075517d6d979548294d5461bdb (patch)
tree26042e6262a9143356a3410edcd52a1caf6cf128 /Documentation/networking/devlink-params.txt
parentnet: phy: don't allow __set_phy_supported to add unsupported modes (diff)
downloadkernel-qcow2-linux-846e980a87fc30075517d6d979548294d5461bdb.tar.gz
kernel-qcow2-linux-846e980a87fc30075517d6d979548294d5461bdb.tar.xz
kernel-qcow2-linux-846e980a87fc30075517d6d979548294d5461bdb.zip
devlink: Add 'fw_load_policy' generic parameter
Many drivers load the device's firmware image during the initialization flow either from the flash or from the disk. Currently this option is not controlled by the user and the driver decides from where to load the firmware image. 'fw_load_policy' gives the ability to control this option which allows the user to choose between different loading policies supported by the driver. This parameter can be useful while testing and/or debugging the device. For example, testing a firmware bug fix. Signed-off-by: Shalom Toledo <shalomt@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/devlink-params.txt')
-rw-r--r--Documentation/networking/devlink-params.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/networking/devlink-params.txt b/Documentation/networking/devlink-params.txt
index ae444ffe73ac..2d26434ddcf8 100644
--- a/Documentation/networking/devlink-params.txt
+++ b/Documentation/networking/devlink-params.txt
@@ -40,3 +40,12 @@ msix_vec_per_pf_min [DEVICE, GENERIC]
for the device initialization. Value is same across all
physical functions (PFs) in the device.
Type: u32
+
+fw_load_policy [DEVICE, GENERIC]
+ Controls the device's firmware loading policy.
+ Valid values:
+ * DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER (0)
+ Load firmware version preferred by the driver.
+ * DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH (1)
+ Load firmware currently stored in flash.
+ Type: u8