From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 49803B565 for ; Thu, 19 Feb 2015 12:38:44 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP; 19 Feb 2015 03:30:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.09,512,1418112000"; d="scan'208";a="529766831" Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by orsmga003.jf.intel.com with ESMTP; 19 Feb 2015 03:29:49 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.218]) by irsmsx105.ger.corp.intel.com ([169.254.7.117]) with mapi id 14.03.0195.001; Thu, 19 Feb 2015 11:38:30 +0000 From: "De Lara Guarch, Pablo" To: "Gonzalez Monroy, Sergio" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] eal: add rte_eal_iopl_init to version map Thread-Index: AQHQRtpnsp6BmW2TqUGuGPpI/hsk2pz340xg Date: Thu, 19 Feb 2015 11:38:29 +0000 Message-ID: References: <1423661455-27540-1-git-send-email-sergio.gonzalez.monroy@intel.com> <1423755654-18459-1-git-send-email-sergio.gonzalez.monroy@intel.com> In-Reply-To: <1423755654-18459-1-git-send-email-sergio.gonzalez.monroy@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] 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, 19 Feb 2015 11:38:44 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Sergio Gonzalez > Monroy > Sent: Thursday, February 12, 2015 3:41 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v2] eal: add rte_eal_iopl_init to version map >=20 > Building shared libraries and using virtio PMD results in undefined > reference to 'rte_eal_iopl_init'. >=20 > Add missing function to eal version map. >=20 > Signed-off-by: Sergio Gonzalez Monroy > > --- Acked-by: Pablo de Lara