]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_pci.h
pci: get IOMMU class on Linux
[dpdk.git] / lib / librte_eal / common / include / rte_pci.h
index 0e36de0938bf105d463051df5d26d03f120c6315..7a61898e5d567563a5ed0b508983298cfcd019d0 100644 (file)
@@ -202,6 +202,8 @@ struct rte_pci_bus {
 #define RTE_PCI_DRV_INTR_RMV 0x0010
 /** Device driver needs to keep mapped resources if unsupported dev detected */
 #define RTE_PCI_DRV_KEEP_MAPPED_RES 0x0020
+/** Device driver supports IOVA as VA */
+#define RTE_PCI_DRV_IOVA_AS_VA 0X0040
 
 /**
  * A structure describing a PCI mapping.