pci: allow to override sysfs path
[dpdk.git] / lib / librte_eal / linuxapp / eal / rte_eal_version.map
index 4aa9de7..3d0ff93 100644 (file)
@@ -151,5 +151,13 @@ DPDK_16.04 {
        rte_eal_pci_ioport_write;
        rte_eal_pci_map_device;
        rte_eal_pci_unmap_device;
+       rte_eal_primary_proc_alive;
 
 } DPDK_2.2;
+
+DPDK_16.07 {
+       global:
+
+       pci_get_sysfs_path;
+
+} DPDK_16.04;