@@ -150,6 +150,12 @@ fw
Overall firmware version, often representing the collection of
fw.mgmt, fw.app, etc.
+fw.api
+------
+
+Overall firmware interface specification version of the software interfaces
+between driver and firmware.
+
fw.mgmt
-------
@@ -478,6 +478,8 @@ enum devlink_param_generic_id {
/* Overall FW version */
#define DEVLINK_INFO_VERSION_GENERIC_FW "fw"
+/* Overall FW interface specification version */
+#define DEVLINK_INFO_VERSION_GENERIC_FW_API "fw.api"
/* Control processor FW version */
#define DEVLINK_INFO_VERSION_GENERIC_FW_MGMT "fw.mgmt"
/* Data path microcode controlling high-speed packet processing */