ethdev: fix missing function in version map file
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 6 Apr 2017 10:18:21 +0000 (11:18 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 6 Apr 2017 10:52:52 +0000 (12:52 +0200)
commit8b2928c978c5546d3a0c1cac13c7234718ed2359
tree5dc3662d97bba7e62b40a6aa4d88b2615708c75c
parent793d3320e237d7b2a7bc0eead60f3c56314cee13
ethdev: fix missing function in version map file

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@intel.com>
lib/librte_ether/rte_ether_version.map