Re: [dpdk-dev] [PATCH] pci: remove duplicated symbol from map file

2018-03-15 Thread Gaƫtan Rivet
Hi Ferruh, On Thu, Mar 15, 2018 at 04:48:54PM +, Ferruh Yigit wrote: > 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: 0e3ef055bee5 ("pci: fix namespace prefix of new func

[dpdk-dev] [PATCH] pci: remove duplicated symbol from map file

2018-03-15 Thread Ferruh Yigit
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: 0e3ef055bee5 ("pci: fix namespace prefix of new functions") Cc: sta...@dpdk.org Cc: gaetan.ri...@6wind.com Signed-off-by: Ferruh Yigit -