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 DE7C84CB3 for ; Mon, 5 Nov 2018 17:04:25 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Nov 2018 08:04:25 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,468,1534834800"; d="scan'208";a="101658023" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 05 Nov 2018 08:04:23 -0800 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.20]) by IRSMSX103.ger.corp.intel.com ([169.254.3.253]) with mapi id 14.03.0415.000; Mon, 5 Nov 2018 16:04:23 +0000 From: "Pattan, Reshma" To: "Pattan, Reshma" , "Parthasarathy, JananeeX M" , "dev@dpdk.org" CC: "rsanford@akamai.com" Thread-Topic: [PATCH] test: reduce duration for timer autotest Thread-Index: AQHUUmv2NucMJz4pm0qeS5V5MTFna6UYvOMwgCje1eA= Date: Mon, 5 Nov 2018 16:04:22 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3D096F@irsmsx110.ger.corp.intel.com> References: <1537617311-1092-1-git-send-email-jananeex.m.parthasarathy@intel.com> <3AEA2BF9852C6F48A459DA490692831F2A3B6F7E@irsmsx110.ger.corp.intel.com> In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F2A3B6F7E@irsmsx110.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTFiZjUzMWMtNWFlZC00YzVkLWIxNTQtOTdlNGM4ZTRkZTA2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNGszOHRzbUJzbHNuaXlBVWNEUVwvOTd6emc1NExrWkJvbG5oUjdCYk1ib1RCQ0JpVU5IbW1OZUlISCtwUE1WeXUifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 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] test: reduce duration for timer autotest 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: Mon, 05 Nov 2018 16:04:26 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Pattan, Reshma > Sent: Wednesday, October 10, 2018 5:24 PM > To: Parthasarathy, JananeeX M ; > dev@dpdk.org > Cc: rsanford@akamai.com > Subject: Re: [dpdk-dev] [PATCH] test: reduce duration for timer autotest >=20 > Hi >=20 > > -----Original Message----- > > From: Parthasarathy, JananeeX M When test was ran with reasonable number of lcores ex: 16 the test time is = within targeted value of 10sec. Without specifying the core limit test will run on all available cores and = can take longer time.=20 So this patch can be Nacked now as expected timings are achieved by limitin= g the number of cores. Nacked-by: Reshma Pattan