]> git.droids-corp.org - dpdk.git/blobdiff - lib/pci/rte_pci.h
vhost: fix missing guest pages table NUMA realloc
[dpdk.git] / lib / pci / rte_pci.h
index a8f8e404a9b63272cc94ce6a768e6ef842047489..1f33d687f40e6ab4fc1159cbdc585b4c130541ae 100644 (file)
@@ -32,6 +32,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 */