From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id AF31CADFC for ; Wed, 18 Feb 2015 15:21:52 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga103.jf.intel.com with ESMTP; 18 Feb 2015 06:16:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,602,1418112000"; d="scan'208";a="679781519" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.11]) ([10.237.221.11]) by fmsmga002.fm.intel.com with ESMTP; 18 Feb 2015 06:21:50 -0800 Message-ID: <54E49FFC.6040804@intel.com> Date: Wed, 18 Feb 2015 14:21:48 +0000 From: "Gonzalez Monroy, Sergio" User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Panu Matilainen References: <3056549e6665c8dd2e22199fb92ec983f9e4b8eb.1424269040.git.pmatilai@redhat.com> In-Reply-To: <3056549e6665c8dd2e22199fb92ec983f9e4b8eb.1424269040.git.pmatilai@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] eal: add missing symbol export for rte_eal_iopl_init() 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: Wed, 18 Feb 2015 14:21:53 -0000 On 18/02/2015 14:17, Panu Matilainen wrote: > Signed-off-by: Panu Matilainen > --- > lib/librte_eal/bsdapp/eal/rte_eal_version.map | 1 + > lib/librte_eal/linuxapp/eal/rte_eal_version.map | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/lib/librte_eal/bsdapp/eal/rte_eal_version.map b/lib/librte_eal/bsdapp/eal/rte_eal_version.map > index d36286e..5ed6e4d 100644 > --- a/lib/librte_eal/bsdapp/eal/rte_eal_version.map > +++ b/lib/librte_eal/bsdapp/eal/rte_eal_version.map > @@ -33,6 +33,7 @@ DPDK_2.0 { > rte_eal_has_hugepages; > rte_eal_hpet_init; > rte_eal_init; > + rte_eal_iopl_init; > rte_eal_lcore_role; > rte_eal_mp_remote_launch; > rte_eal_mp_wait_lcore; > diff --git a/lib/librte_eal/linuxapp/eal/rte_eal_version.map b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > index d36286e..5ed6e4d 100644 > --- a/lib/librte_eal/linuxapp/eal/rte_eal_version.map > +++ b/lib/librte_eal/linuxapp/eal/rte_eal_version.map > @@ -33,6 +33,7 @@ DPDK_2.0 { > rte_eal_has_hugepages; > rte_eal_hpet_init; > rte_eal_init; > + rte_eal_iopl_init; > rte_eal_lcore_role; > rte_eal_mp_remote_launch; > rte_eal_mp_wait_lcore; Duplicated of http://dpdk.org/dev/patchwork/patch/3234/ ? Sergio