pci: export match function
[dpdk.git] / lib / librte_eal / bsdapp / eal / rte_eal_version.map
index 47a09ea..cfbf8fb 100644 (file)
@@ -238,3 +238,10 @@ EXPERIMENTAL {
        rte_service_start_with_defaults;
 
 } DPDK_17.08;
+
+DPDK_17.11 {
+       global:
+
+       rte_pci_match;
+
+} DPDK_17.08;