common/sfc_efx/base: add match specs class comparison API
[dpdk.git] / drivers / common / sfc_efx / efsys.h
index 530dd70..bbe9f2e 100644 (file)
@@ -163,10 +163,12 @@ prefetch_read_once(const volatile void *addr)
 
 #define EFSYS_OPT_MCDI_PROXY_AUTH_SERVER 0
 
-#define EFSYS_OPT_PCI 0
+#define EFSYS_OPT_PCI 1
 
 #define EFSYS_OPT_DESC_PROXY 0
 
+#define EFSYS_OPT_MAE 1
+
 /* ID */
 
 typedef struct __efsys_identifier_s efsys_identifier_t;
@@ -741,6 +743,12 @@ typedef uint64_t   efsys_stat_t;
 
 #define EFSYS_HAS_ROTL_DWORD   0
 
+/* PCI */
+
+typedef struct efsys_pci_config_s {
+       struct rte_pci_device   *espc_dev;
+} efsys_pci_config_t;
+
 #ifdef __cplusplus
 }
 #endif