ethdev: add missing symbol export for port release
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 4 Mar 2015 06:12:12 +0000 (08:12 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 5 Mar 2015 20:58:07 +0000 (21:58 +0100)
Fixes: 36ec8585b298 ("ethdev: release port")

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_ether/rte_ether_version.map

index 0d46578..a2d25a6 100644 (file)
@@ -43,6 +43,7 @@ DPDK_2.0 {
        rte_eth_dev_mac_addr_add;
        rte_eth_dev_mac_addr_remove;
        rte_eth_dev_priority_flow_ctrl_set;
+       rte_eth_dev_release_port;
        rte_eth_dev_rss_hash_conf_get;
        rte_eth_dev_rss_hash_update;
        rte_eth_dev_rss_reta_query;