diff options
author | Jacob Keller <jacob.e.keller@intel.com> | 2020-03-11 18:58:16 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2020-03-21 00:57:16 -0700 |
commit | c90977a3c22735dc974f513f624703d9bcbc2a1d (patch) | |
tree | 15952bd5a41d16074e98d80bb6687a86445830cb /include/net | |
parent | 1adf7ead8204094516994d18e5aa02e34e4765f2 (diff) | |
download | linux-c90977a3c22735dc974f513f624703d9bcbc2a1d.tar.gz linux-c90977a3c22735dc974f513f624703d9bcbc2a1d.tar.bz2 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 'include/net')
-rw-r--r-- | include/net/devlink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/devlink.h b/include/net/devlink.h index c9ca86b054bc..e68781b9b7d4 100644 --- a/include/net/devlink.h +++ b/include/net/devlink.h @@ -490,6 +490,8 @@ enum devlink_param_generic_id { #define DEVLINK_INFO_VERSION_GENERIC_FW_PSID "fw.psid" /* RoCE FW version */ #define DEVLINK_INFO_VERSION_GENERIC_FW_ROCE "fw.roce" +/* Firmware bundle identifier */ +#define DEVLINK_INFO_VERSION_GENERIC_FW_BUNDLE_ID "fw.bundle_id" struct devlink_region; struct devlink_info_req; |