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 at intel.com> --- 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 e72e3c0..2fecbdf 100644 --- a/lib/librte_pmd_bond/rte_eth_bond_version.map +++ b/lib/librte_pmd_bond/rte_eth_bond_version.map @@ -15,6 +15,8 @@ DPDK_2.0 { rte_eth_bond_slaves_get; rte_eth_bond_xmit_policy_get; rte_eth_bond_xmit_policy_set; + rte_eth_bond_8023ad_setup; + rte_eth_bond_8023ad_conf_get; local: *; }; -- 1.7.9.5