From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id D6487B48F for ; Fri, 13 Feb 2015 11:39:59 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 13 Feb 2015 02:39:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,570,1418112000"; d="scan'208";a="685245197" Received: from unknown (HELO Sent) ([10.217.248.113]) by orsmga002.jf.intel.com with SMTP; 13 Feb 2015 02:39:56 -0800 Received: by Sent (sSMTP sendmail emulation); Fri, 13 Feb 2015 11:39:55 +0200 From: Tomasz Kulasek To: dev@dpdk.org Date: Fri, 13 Feb 2015 11:38:16 +0100 Message-Id: <1423823896-4620-5-git-send-email-tomaszx.kulasek@intel.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1423823896-4620-1-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> Subject: [dpdk-dev] [PATCH v4 4/4] pmd_bond: Set routines required by test app global X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2015 10:40:00 -0000 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