diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2020-03-12 02:58:16 +0100 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2020-03-21 08:57:16 +0100 |
commit | c90977a3c22735dc974f513f624703d9bcbc2a1d (patch) | |
tree | 15952bd5a41d16074e98d80bb6687a86445830cb /Documentation | |
parent | ice: enable initial devlink support (diff) | |
download | linux-c90977a3c22735dc974f513f624703d9bcbc2a1d.tar.xz linux-c90977a3c22735dc974f513f624703d9bcbc2a1d.zip |
devlink: promote "fw.bundle_id" to a generic info version
The nfp driver uses ``fw.bundle_id`` to represent a unique identifier of the
entire firmware bundle.
A future change is going to introduce a similar notion in the ice
driver, so promote ``fw.bundle_id`` into a generic version now.
Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/devlink/devlink-info.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/networking/devlink/devlink-info.rst b/Documentation/networking/devlink/devlink-info.rst index 70981dd1b981..b701899b7f42 100644 --- a/Documentation/networking/devlink/devlink-info.rst +++ b/Documentation/networking/devlink/devlink-info.rst @@ -98,3 +98,8 @@ fw.roce RoCE firmware version which is responsible for handling roce management. + +fw.bundle_id +------------ + +Unique identifier of the entire firmware bundle. |