From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <john.mcnamara@intel.com> Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 054765A35 for <dev@dpdk.org>; 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" <john.mcnamara@intel.com> To: Panu Matilainen <pmatilai@redhat.com>, "dev@dpdk.org" <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: <B27915DBBA3421428155699D51E4CFE2023BE69A@IRSMSX103.ger.corp.intel.com> References: <b2c9de21812b030103d11d6cf62ba7895441885d.1447832032.git.pmatilai@redhat.com> In-Reply-To: <b2c9de21812b030103d11d6cf62ba7895441885d.1447832032.git.pmatilai@redhat.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] 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 <dev.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/dev>, <mailto:dev-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/dev/> List-Post: <mailto:dev@dpdk.org> List-Help: <mailto:dev-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/dev>, <mailto:dev-request@dpdk.org?subject=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 <pmatilai@redhat.com> Acked-by: John McNamara <john.mcnamara@intel.com> Out of curiosity, how did you identify this issue?