From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 80A645686 for ; Wed, 28 Sep 2016 14:08:58 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga104.fm.intel.com with ESMTP; 28 Sep 2016 05:08:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,410,1470726000"; d="scan'208";a="14584566" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga004.jf.intel.com with ESMTP; 28 Sep 2016 05:08:56 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.6]) by IRSMSX151.ger.corp.intel.com ([169.254.4.226]) with mapi id 14.03.0248.002; Wed, 28 Sep 2016 13:08:52 +0100 From: "Pattan, Reshma" To: "Kerlin, MarcinX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "thomas.monjalon@6wind.com" Thread-Topic: [dpdk-dev] [PATCH v4 2/2] app/testpmd: improve handling of multiprocess Thread-Index: AQHSGLGmSAurmC0mqEObEih2tWUSNqCOvIXA///54wCAABmqoA== Date: Wed, 28 Sep 2016 12:08:51 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F010A9128@IRSMSX109.ger.corp.intel.com> References: <1474901586-8706-2-git-send-email-marcinx.kerlin@intel.com> <1474974783-4861-1-git-send-email-marcinx.kerlin@intel.com> <1474974783-4861-3-git-send-email-marcinx.kerlin@intel.com> <3AEA2BF9852C6F48A459DA490692831F010A9088@IRSMSX109.ger.corp.intel.com> <68D830D942438745AD09BAFA99E33E812BD517@IRSMSX102.ger.corp.intel.com> In-Reply-To: <68D830D942438745AD09BAFA99E33E812BD517@IRSMSX102.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTdlNzk3M2UtMjIzOS00NGRmLWI3MjctMDNkMTQ3OGZkZWE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkdyZFwvUVFBdTZDTXZKUGxNU3NlNFVadlV2WW1Ib0dDN2ZqK3VwdHYwMXIwPSJ9 x-ctpclassification: CTP_IC 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 v4 2/2] app/testpmd: improve handling of multiprocess 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, 28 Sep 2016 12:08:59 -0000 Hi, > -----Original Message----- > From: Kerlin, MarcinX > Sent: Wednesday, September 28, 2016 12:35 PM > To: Pattan, Reshma ; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > thomas.monjalon@6wind.com > Subject: RE: [dpdk-dev] [PATCH v4 2/2] app/testpmd: improve handling of > multiprocess >=20 > Hi > I did checkpatch test before and everything is fine if you look to source= code. >=20 > Checkpatch interprets tab as 8 chars but should as 4. Everything is in th= e 80 > characters. Tab should be 8 characters wide as per DDK coding guidelines. "Line length is recommended to be not more than 80 characters, including co= mments. [Tab stop size should be assumed to be 8-characters wide" http://dpdk.org/doc/guides/contributing/coding_style.html Thanks, Reshma