From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Kulasek Subject: [PATCH v4 4/4] pmd_bond: Set routines required by test app global Date: Fri, 13 Feb 2015 11:38:16 +0100 Message-ID: <1423823896-4620-5-git-send-email-tomaszx.kulasek@intel.com> References: <1422521516-780-1-git-send-email-tomaszx.kulasek@intel.com> <1423823896-4620-1-git-send-email-tomaszx.kulasek@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: In-Reply-To: <1423823896-4620-1-git-send-email-tomaszx.kulasek-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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 --- 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