pci: get IOMMU class
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 8c08b8d..95756e2 100644 (file)
@@ -243,3 +243,11 @@ EXPERIMENTAL {
        rte_service_start_with_defaults;
 
 } DPDK_17.08;
+
+DPDK_17.11 {
+       global:
+
+       rte_pci_get_iommu_class;
+       rte_pci_match;
+
+} DPDK_17.08;