bond: fix symbol export
authorTomasz Kulasek <tomaszx.kulasek@intel.com>
Fri, 13 Feb 2015 10:38:16 +0000 (11:38 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Feb 2015 17:58:55 +0000 (18:58 +0100)
rte_eth_bond_8023ad_setup and rte_eth_bond_8023ad_conf_get entries need
to be exported to be used by test application for shared libraries
compilation.

Signed-off-by: Tomasz Kulasek <tomaszx.kulasek@intel.com>
Acked-by: Declan Doherty <declan.doherty@intel.com>
lib/librte_pmd_bond/rte_eth_bond_version.map

index e72e3c0..135999e 100644 (file)
@@ -1,6 +1,8 @@
 DPDK_2.0 {
        global:
 
+       rte_eth_bond_8023ad_conf_get;
+       rte_eth_bond_8023ad_setup;
        rte_eth_bond_active_slaves_get;
        rte_eth_bond_create;
        rte_eth_bond_link_monitoring_set;