numam-dpdk/lib/librte_pci/rte_pci_version.map
Ferruh Yigit 8f0b534b35 pci: remove duplicated symbol from map file
Remove duplicated symbol rte_pci_device_name from .map file.

Also sort the map file to be able to detect any possible duplication
easier in the future.

Fixes: 0e3ef055be ("pci: fix namespace prefix of new functions")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Gaetan Rivet <gaetan.rivet@6wind.com>
2018-03-22 17:34:48 +01:00

15 lines
210 B
Plaintext

DPDK_17.11 {
global:
eal_parse_pci_BDF;
eal_parse_pci_DomBDF;
pci_map_resource;
pci_unmap_resource;
rte_eal_compare_pci_addr;
rte_pci_addr_cmp;
rte_pci_addr_parse;
rte_pci_device_name;
local: *;
};