From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D31341B710 for ; Wed, 10 Oct 2018 18:28:46 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Oct 2018 09:28:45 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,364,1534834800"; d="scan'208";a="98215790" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by orsmga001.jf.intel.com with ESMTP; 10 Oct 2018 09:24:30 -0700 Received: from irsmsx110.ger.corp.intel.com ([169.254.15.182]) by IRSMSX108.ger.corp.intel.com ([169.254.11.187]) with mapi id 14.03.0319.002; Wed, 10 Oct 2018 17:24:29 +0100 From: "Pattan, Reshma" To: "Parthasarathy, JananeeX M" , "dev@dpdk.org" CC: "rsanford@akamai.com" Thread-Topic: [PATCH] test: reduce duration for timer autotest Thread-Index: AQHUUmv2NucMJz4pm0qeS5V5MTFna6UYvOMw Date: Wed, 10 Oct 2018 16:24:28 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F2A3B6F7E@irsmsx110.ger.corp.intel.com> References: <1537617311-1092-1-git-send-email-jananeex.m.parthasarathy@intel.com> In-Reply-To: <1537617311-1092-1-git-send-email-jananeex.m.parthasarathy@intel.com> 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.181] 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: Wed, 10 Oct 2018 16:28:47 -0000 Hi=20 > -----Original Message----- > From: Parthasarathy, JananeeX M > Sent: Saturday, September 22, 2018 12:55 PM > To: dev@dpdk.org > Cc: Pattan, Reshma ; rsanford@akamai.com; > Parthasarathy, JananeeX M > Subject: [PATCH] test: reduce duration for timer autotest >=20 >=20 > /* pick random timer to reset, stopping them first half the time */ > - for (i =3D 0; i < 100000; i++) { > + for (i =3D 0; i < NB_STRESS2_TIMERS; i++) { Just reduce the iteration to some number, instead of using macro NB_STRESS2= _TIMERS, which seem to be specific for number of timers. (Or) can this test be considered as perf ? and ignore above changes.?=20 Any one any comments? Thanks, Reshma