Blame SOURCES/9005-add-devlink-constants.patch

1632d2
Index: src/drivers/net/ethernet/pensando/ionic/ionic_backport_compat.h
1632d2
===================================================================
1632d2
--- src.orig/drivers/net/ethernet/pensando/ionic/ionic_backport_compat.h	2020-06-28 19:17:55.546945346 +0200
1632d2
+++ src/drivers/net/ethernet/pensando/ionic/ionic_backport_compat.h	2020-06-28 19:18:04.765957119 +0200
1632d2
@@ -71,4 +71,13 @@
1632d2
 #endif
1632d2
 
1632d2
 
1632d2
+/* Part number, identifier of asic design */
1632d2
+#define DEVLINK_INFO_VERSION_GENERIC_ASIC_ID    "asic.id"
1632d2
+/* Revision of asic design */
1632d2
+#define DEVLINK_INFO_VERSION_GENERIC_ASIC_REV   "asic.rev"
1632d2
+
1632d2
+/* Overall FW version */
1632d2
+#define DEVLINK_INFO_VERSION_GENERIC_FW         "fw"
1632d2
+
1632d2
+
1632d2
 #endif /* IONIC_BACKPORT_COMPAT_H */