@@ -57,6 +57,9 @@ The ``bnxt_en`` driver reports the following versions
* - ``asic.rev``
- fixed
- ASIC design revision
+ * - ``drv.spec``
+ - running
+ - HWRM specification version supported by driver HWRM implementation
* - ``fw.psid``
- stored, running
- Firmware parameter set version of the board
@@ -425,6 +425,11 @@ static int bnxt_dl_info_get(struct devlink *dl, struct devlink_info_req *req,
return rc;
}
+ rc = devlink_info_version_running_put(req,
+ DEVLINK_INFO_VERSION_GENERIC_DRV_SPEC, HWRM_VERSION_STR);
+ if (rc)
+ return rc;
+
if (strlen(ver_resp->active_pkg_name)) {
rc =
devlink_info_version_running_put(req,