numam-dpdk/lib/librte_ether
Bruce Richardson 8b2928c978 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: 5588909af2 ("ethdev: add device iterator")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2017-04-06 12:52:52 +02:00
..
Makefile mk: optimize directory dependencies 2017-03-27 23:28:43 +02:00
rte_dev_info.h
rte_eth_ctrl.h
rte_ethdev.c ethdev: add device iterator 2017-04-05 22:47:57 +02:00
rte_ethdev.h ethdev: add device iterator 2017-04-05 22:47:57 +02:00
rte_ether_version.map ethdev: fix missing function in version map file 2017-04-06 12:52:52 +02:00
rte_flow_driver.h ethdev: modify flow API error function 2017-01-11 16:53:07 +01:00
rte_flow.c ethdev: modify flow API error function 2017-01-11 16:53:07 +01:00
rte_flow.h ethdev: add MPLS and GRE flow API items 2017-04-04 19:02:58 +02:00