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 29F99B3DC for ; Thu, 12 Feb 2015 16:43:08 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 12 Feb 2015 07:38:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,565,1418112000"; d="scan'208";a="684820267" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.21]) ([10.237.221.21]) by orsmga002.jf.intel.com with ESMTP; 12 Feb 2015 07:43:06 -0800 Message-ID: <54DCCA08.9060909@intel.com> Date: Thu, 12 Feb 2015 15:43:04 +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: dev@dpdk.org References: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1423755553-17969-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1423755553-17969-1-git-send-email-sergio.gonzalez.monroy@intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] eal: add rte_eal_iopl_init to version map 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: Thu, 12 Feb 2015 15:43:08 -0000 On 12/02/2015 15:39, Sergio Gonzalez Monroy wrote: > Building shared libraries and using virtio PMD results in undefined > reference to 'rte_eal_iopl_init'. > > Add missing function to eal version map. > > Signed-off-by: Sergio Gonzalez Monroy > --- > 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(+) > Self-NACK missing v2 details.