From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 054765A35 for ; Wed, 18 Nov 2015 12:48:14 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 18 Nov 2015 03:48:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,312,1444719600"; d="scan'208";a="853585883" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga002.jf.intel.com with ESMTP; 18 Nov 2015 03:48:12 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX109.ger.corp.intel.com ([169.254.13.96]) with mapi id 14.03.0248.002; Wed, 18 Nov 2015 11:48:12 +0000 From: "Mcnamara, John" To: Panu Matilainen , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve() Thread-Index: AQHRIdOY6eI2acHyQEC9L83KXTvfeJ6hqWhQ Date: Wed, 18 Nov 2015 11:48:11 +0000 Message-ID: References: In-Reply-To: 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] ethdev: fix missing symbol export for rte_eth_dma_zone_reserve() 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 Nov 2015 11:48:15 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Panu Matilainen > Sent: Wednesday, November 18, 2015 7:34 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] ethdev: fix missing symbol export for > rte_eth_dma_zone_reserve() >=20 > Fixes: 719dbebceb81 ("xen: allow determining DOM0 at runtime") >=20 > Signed-off-by: Panu Matilainen Acked-by: John McNamara Out of curiosity, how did you identify this issue?