From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 0429E7CDB for ; Wed, 14 Jun 2017 11:09:39 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Jun 2017 02:09:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,340,1493708400"; d="scan'208";a="113021818" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga005.jf.intel.com with ESMTP; 14 Jun 2017 02:09:35 -0700 Received: from irsmsx156.ger.corp.intel.com (10.108.20.68) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 14 Jun 2017 10:09:19 +0100 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.126]) by IRSMSX156.ger.corp.intel.com ([169.254.3.48]) with mapi id 14.03.0319.002; Wed, 14 Jun 2017 10:09:19 +0100 From: "Pattan, Reshma" To: =?iso-8859-1?Q?Ga=EBtan_Rivet?= CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 07/12] pdump: disabled by default Thread-Index: AQHS3+sPZyHs4CnvH0SKoIb1dwuQIqIclveAgANuIoCABBZcwA== Date: Wed, 14 Jun 2017 09:09:18 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A215644@irsmsx110.ger.corp.intel.com> References: <87a12a85ab782a5995100ea1e2ae80a2c7e0ec5e.1496877060.git.gaetan.rivet@6wind.com> <3AEA2BF9852C6F48A459DA490692831F2A2133A4@irsmsx110.ger.corp.intel.com> <20170611194225.GO29091@bidouze.vm.6wind.com> In-Reply-To: <20170611194225.GO29091@bidouze.vm.6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZmU4ZmNhNzYtYTlkMS00NzU2LWI5YTgtYmFhY2EwM2FlOTFmIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Ik5lZDF0UncycXJKakNzbndQT0N2eStNSkltNGVKRXh1NWN1RDFYYWs3VXM9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2 07/12] pdump: disabled by default X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jun 2017 09:09:40 -0000 Hi, > -----Original Message----- > From: Ga=EBtan Rivet [mailto:gaetan.rivet@6wind.com] > Sent: Sunday, June 11, 2017 8:42 PM > To: Pattan, Reshma > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 07/12] pdump: disabled by default >=20 > > > > Since, you already mentioned in other mail to Ferruh that config flag > disabling patches are only for testers compilation purpose and you have > plans to make proper fix by end of June. I will wait on for actual patch= . > > >=20 > I said I planned to do so, but found out that I would not have enough tim= e > before the end of June. Sorry about the ambiguous phrasing. >=20 > Do you think you will be able to fix this library in time? rte_pci.h is unnecessary include in rte_pdump.c, hence I removed it and sen= t the patch. Thanks, Reshma=20