From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2A52A3238 for ; Fri, 27 Jul 2018 10:36:43 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jul 2018 01:36:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,408,1526367600"; d="scan'208";a="67954214" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 27 Jul 2018 01:36:41 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.124]) by IRSMSX154.ger.corp.intel.com ([169.254.12.32]) with mapi id 14.03.0319.002; Fri, 27 Jul 2018 09:36:40 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "dev@dpdk.org" , "Burakov, Anatoly" , "Parthasarathy, JananeeX M" Thread-Topic: [dpdk-dev] [PATCH v5 00/10] Make unit tests great again Thread-Index: AQHUHedcTnXqULBmcUWsd+MfQ+cMmKSh6zoAgADiMsA= Date: Fri, 27 Jul 2018 08:36:40 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A376E43@IRSMSX109.ger.corp.intel.com> References: <1531843225-14638-1-git-send-email-reshma.pattan@intel.com> <9233572.sMqcLjnXGc@xps> In-Reply-To: <9233572.sMqcLjnXGc@xps> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.200.100 dlp-reaction: no-action 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 v5 00/10] Make unit tests great again 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, 27 Jul 2018 08:36:43 -0000 Hi, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas@monjalon.net] > Sent: Thursday, July 26, 2018 9:05 PM > To: Pattan, Reshma > Cc: dev@dpdk.org; Burakov, Anatoly ; > Parthasarathy, JananeeX M > Subject: Re: [dpdk-dev] [PATCH v5 00/10] Make unit tests great again >=20 > 17/07/2018 18:00, Reshma Pattan: > > Previously, unit tests were running in groups. There were technical rea= sons > why that was the case (mostly having to do with limiting memory), but it = was > hard to maintain and update the autotest script. > > > > In 18.05, limiting of memory at DPDK startup was no longer necessary, a= s > DPDK allocates memory at runtime as needed. This has the implication that > the old test grouping can now be retired and replaced with a more sensibl= e > way of running unit tests (using multiprocessing pool of workers and a qu= eue > of tests). This patchset accomplishes exactly that. > > > > This patchset merges changes done in [1], [2] > > > > [1] http://dpdk.org/dev/patchwork/patch/40370/ > > [2] http://patches.dpdk.org/patch/40373/ > > > > Removed unused and duplicate make rules for test-basic, test-mempool, > > test-ring from make file system in patch 10/10. > > > > v4: Removed unused and duplicate make rules for test-basic, > > test-mempool, test-ring from make file system in patch 10/10. > > > > Reshma Pattan (10): > > autotest: fix printing > > autotest: fix invalid code on reports > > autotest: make autotest runner python 2/3 compliant > > autotest: visually separate different test categories > > autotest: improve filtering > > autotest: remove autotest grouping > > autotest: properly parallelize unit tests > > autotest: update autotest test case list > > mk: update make targets for classified testcases > > mk: remove unnecessary make rules of test >=20 > Patches 1 to 7 are from Anatoly. > Patches 8 and 9 were initiated by Jananee. The respective patches have i.e 1 to 7 have Anatolys Signed--off And 8 and 9 have Jananees Signed-off along with mine.=20 I have used git-am. What I am missing here? Thanks, Reshma