From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 0B4C35679 for ; Wed, 28 Sep 2016 12:57:33 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 28 Sep 2016 03:57:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,409,1470726000"; d="scan'208";a="14057201" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga006.fm.intel.com with ESMTP; 28 Sep 2016 03:57:32 -0700 Received: from irsmsx111.ger.corp.intel.com (10.108.20.4) by IRSMSX153.ger.corp.intel.com (163.33.192.75) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 28 Sep 2016 11:57:31 +0100 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.6]) by irsmsx111.ger.corp.intel.com ([169.254.2.67]) with mapi id 14.03.0248.002; Wed, 28 Sep 2016 11:57:31 +0100 From: "Pattan, Reshma" To: "Kerlin, MarcinX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "thomas.monjalon@6wind.com" , "Kerlin, MarcinX" Thread-Topic: [dpdk-dev] [PATCH v4 2/2] app/testpmd: improve handling of multiprocess Thread-Index: AQHSGLGmSAurmC0mqEObEih2tWUSNqCOvIXA Date: Wed, 28 Sep 2016 10:57:30 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F010A9088@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> In-Reply-To: <1474974783-4861-3-git-send-email-marcinx.kerlin@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjg0MDQxOWEtMGQxNi00MWQ4LTg1MmMtNjkzMzQ0MWMwMmY3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Im0yenhSdDJuelNVS1gzakJYV2hhV1pZUlpPaDVZV3ZnTElKY0FZYmt4U289In0= x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.180] 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 10:57:34 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Marcin Kerlin > Sent: Tuesday, September 27, 2016 12:13 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > thomas.monjalon@6wind.com; Kerlin, MarcinX > Subject: [dpdk-dev] [PATCH v4 2/2] app/testpmd: improve handling of > multiprocess >=20 Check patch issues for lines over 80. Please run check patch for next versi= ons WARNING:LONG_LINE: line over 80 characters #40: FILE: app/test-pmd/testpmd.c:457: + rte_mp =3D rte_pktmbuf_pool_create(pool_nam= e, nb_mbuf, WARNING:LONG_LINE: line over 80 characters #41: FILE: app/test-pmd/testpmd.c:458: + mb_mempool_cache, 0, mbuf_s= eg_size, socket_id); total: 0 errors, 2 warnings, 61 lines checked Thanks, Reshma