common/cnxk: use computed value for WQE skip
[dpdk.git] / lib / pci / rte_pci.h
index a8f8e40..5088157 100644 (file)
@@ -17,8 +17,6 @@ extern "C" {
 #endif
 
 #include <stdio.h>
-#include <limits.h>
-#include <sys/queue.h>
 #include <inttypes.h>
 #include <sys/types.h>
 
@@ -32,6 +30,10 @@ extern "C" {
 
 #define RTE_PCI_VENDOR_ID      0x00    /* 16 bits */
 #define RTE_PCI_DEVICE_ID      0x02    /* 16 bits */
+#define RTE_PCI_COMMAND                0x04    /* 16 bits */
+
+/* PCI Command Register */
+#define RTE_PCI_COMMAND_MASTER 0x4     /* Bus Master Enable */
 
 /* PCI Express capability registers */
 #define RTE_PCI_EXP_DEVCTL     8       /* Device Control */