From: Tomasz Kulasek Date: Fri, 13 Feb 2015 10:38:16 +0000 (+0100) Subject: bond: fix symbol export X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=6107d0f738d692fb12e1cf79cb54f71cbe971763;p=dpdk.git bond: fix symbol export 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 Acked-by: Declan Doherty --- diff --git a/lib/librte_pmd_bond/rte_eth_bond_version.map b/lib/librte_pmd_bond/rte_eth_bond_version.map index e72e3c0f41..135999e137 100644 --- a/lib/librte_pmd_bond/rte_eth_bond_version.map +++ b/lib/librte_pmd_bond/rte_eth_bond_version.map @@ -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;