From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CFC8C2B92 for ; Fri, 9 Jun 2017 16:25:02 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Jun 2017 07:25:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,317,1493708400"; d="scan'208";a="112422015" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga005.fm.intel.com with ESMTP; 09 Jun 2017 07:25:00 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.126]) by IRSMSX107.ger.corp.intel.com ([169.254.10.129]) with mapi id 14.03.0319.002; Fri, 9 Jun 2017 15:24:59 +0100 From: "Pattan, Reshma" To: Gaetan Rivet CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2 07/12] pdump: disabled by default Thread-Index: AQHS3+sPZyHs4CnvH0SKoIb1dwuQIqIclveA Date: Fri, 9 Jun 2017 14:24:58 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A2133A4@irsmsx110.ger.corp.intel.com> References: <87a12a85ab782a5995100ea1e2ae80a2c7e0ec5e.1496877060.git.gaetan.rivet@6wind.com> In-Reply-To: <87a12a85ab782a5995100ea1e2ae80a2c7e0ec5e.1496877060.git.gaetan.rivet@6wind.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjcxODU0MDctMjlhOS00OWM4LWJiOWItNGUzYjlmNmM2YWU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlVsMnl3RlZ4Z1IzUGN1QnVwZGNUQWk1cHdmbnlJOEcyTHBuZU9jY2ZRNDQ9In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" 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: Fri, 09 Jun 2017 14:25:03 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Gaetan Rivet > Sent: Thursday, June 8, 2017 12:59 AM > To: dev@dpdk.org > Cc: Gaetan Rivet > Subject: [dpdk-dev] [PATCH v2 07/12] pdump: disabled by default >=20 > Signed-off-by: Gaetan Rivet > --- > config/common_base | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/config/common_base b/config/common_base index > cade611..8ec5e4e 100644 > --- a/config/common_base > +++ b/config/common_base > @@ -700,7 +700,7 @@ CONFIG_RTE_KNI_PREEMPT_DEFAULT=3Dy # # Compile > the pdump library # -CONFIG_RTE_LIBRTE_PDUMP=3Dy > +CONFIG_RTE_LIBRTE_PDUMP=3Dn >=20 > # > # Compile vhost user library > -- > 2.1.4 Since, you already mentioned in other mail to Ferruh that config flag disab= ling 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 Please see if rte_pci.h can be removed from the includes of rte_pdump.c , m= ight be unnecessary include. Thanks, Reshma