From 6107d0f738d692fb12e1cf79cb54f71cbe971763 Mon Sep 17 00:00:00 2001 From: Tomasz Kulasek Date: Fri, 13 Feb 2015 11:38:16 +0100 Subject: [PATCH] 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 --- lib/librte_pmd_bond/rte_eth_bond_version.map | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.20.1