ethdev: remove structs from export map
authorFady Bader <fady@mellanox.com>
Tue, 11 Aug 2020 06:24:22 +0000 (09:24 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 10 Sep 2020 23:55:39 +0000 (01:55 +0200)
Some ethdev structs were present in .map export list.
There structs are removed from the .map file.

Signed-off-by: Fady Bader <fady@mellanox.com>
Acked-by: Narcisa Vasile <navasile@linux.microsoft.com>
Acked-by: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
Acked-by: Ranjit Menon <ranjit.menon@intel.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
lib/librte_ethdev/rte_ethdev_version.map

index 8d9d6b1..02081d9 100644 (file)
@@ -89,7 +89,6 @@ DPDK_21 {
        rte_eth_iterator_next;
        rte_eth_led_off;
        rte_eth_led_on;
-       rte_eth_link;
        rte_eth_link_get;
        rte_eth_link_get_nowait;
        rte_eth_macaddr_get;
@@ -104,7 +103,6 @@ DPDK_21 {
        rte_eth_rx_queue_setup;
        rte_eth_set_queue_rate_limit;
        rte_eth_speed_bitflag;
-       rte_eth_stats;
        rte_eth_stats_get;
        rte_eth_stats_reset;
        rte_eth_timesync_adjust_time;