net/hinic: allocate IO memory with socket id
[dpdk.git] / drivers / net / qede / base / ecore.h
index 925b75c..b2077bc 100644 (file)
@@ -29,7 +29,7 @@
 
 #define ECORE_MAJOR_VERSION            8
 #define ECORE_MINOR_VERSION            40
-#define ECORE_REVISION_VERSION         18
+#define ECORE_REVISION_VERSION         26
 #define ECORE_ENGINEERING_VERSION      0
 
 #define ECORE_VERSION                                                  \
@@ -699,6 +699,8 @@ struct ecore_hwfn {
         */
        bool b_en_pacing;
 
+       struct phys_mem_desc            *fw_overlay_mem;
+
        /* @DPDK */
        struct ecore_ptt                *p_arfs_ptt;
 };