[dpdk-dev] [PATCH] ethdev: fix missing function in version map file

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Apr 6 12:50:16 CEST 2017


2017-04-06 11:18, Bruce Richardson:
> The function rte_eth_find_next is missing in the map file, which causes
> errors with shared library builds.
> 
>   .../test-pmd/testpmd.c:1693: undefined reference to `rte_eth_find_next'
> 
> Adding function to map file fixes the issue.
> 
> Fixes: 5588909af21b ("ethdev: add device iterator")
> 
> Signed-off-by: Bruce Richardson <bruce.richardson at intel.com>

Applied, thanks

I missed it because I was not checking build of apps by mistake.


More information about the dev mailing list