ethdev: add missing symbol in map
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 22 Jun 2017 12:04:59 +0000 (13:04 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Mon, 26 Jun 2017 21:59:21 +0000 (23:59 +0200)
The function rte_eth_tx_done_cleanup() was missing in the map file
so it cannot be used by applications linking to shared libraries.
pktgen uses it since version 3.2.0.

Fixes: 44a718c457b5 ("ethdev: add API to free consumed buffers in Tx ring")
Cc: stable@dpdk.org
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
lib/librte_ether/rte_ether_version.map

index 805e6de..e0881f0 100644 (file)
@@ -142,6 +142,7 @@ DPDK_17.05 {
 
        rte_eth_dev_attach_secondary;
        rte_eth_find_next;
+       rte_eth_tx_done_cleanup;
        rte_eth_xstats_get_by_id;
        rte_eth_xstats_get_id_by_name;
        rte_eth_xstats_get_names_by_id;