File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Documentation/networking/devlink Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,12 @@ Control unit firmware version. This firmware is responsible for house
157
157
keeping tasks, PHY control etc. but not the packet-by-packet data path
158
158
operation.
159
159
160
+ fw.mgmt.api
161
+ -----------
162
+
163
+ Firmware interface specification version of the software interfaces between
164
+ driver and firmware.
165
+
160
166
fw.app
161
167
------
162
168
Original file line number Diff line number Diff line change @@ -481,6 +481,8 @@ enum devlink_param_generic_id {
481
481
#define DEVLINK_INFO_VERSION_GENERIC_FW "fw"
482
482
/* Control processor FW version */
483
483
#define DEVLINK_INFO_VERSION_GENERIC_FW_MGMT "fw.mgmt"
484
+ /* FW interface specification version */
485
+ #define DEVLINK_INFO_VERSION_GENERIC_FW_MGMT_API "fw.mgmt.api"
484
486
/* Data path microcode controlling high-speed packet processing */
485
487
#define DEVLINK_INFO_VERSION_GENERIC_FW_APP "fw.app"
486
488
/* UNDI software version */
You can’t perform that action at this time.
0 commit comments