From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id 42754A00E6 for ; Thu, 21 Mar 2019 19:50:01 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 21FDB1B610; Thu, 21 Mar 2019 19:50:01 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id B63885F36; Thu, 21 Mar 2019 19:49:56 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 21 Mar 2019 11:49:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,253,1549958400"; d="scan'208";a="124719775" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga007.jf.intel.com with ESMTP; 21 Mar 2019 11:49:51 -0700 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.210]) by IRSMSX107.ger.corp.intel.com ([169.254.10.15]) with mapi id 14.03.0415.000; Thu, 21 Mar 2019 18:44:53 +0000 From: "Ananyev, Konstantin" To: Joyce Kong , "dev@dpdk.org" CC: "nd@arm.com" , "jerinj@marvell.com" , "chaozhu@linux.vnet.ibm.com" , "Richardson, Bruce" , "thomas@monjalon.net" , "hemant.agrawal@nxp.com" , "honnappa.nagarahalli@arm.com" , "gavin.hu@arm.com" , "stable@dpdk.org" Thread-Topic: [PATCH v4 3/3] test/rwlock: amortize the cost of getting time Thread-Index: AQHU3uW/LSvjpqZZIE2Sh+9LjcL1AKYWbmWw Date: Thu, 21 Mar 2019 18:44:52 +0000 Message-ID: <2601191342CEEE43887BDE71AB977258013655E736@irsmsx105.ger.corp.intel.com> References: <1544672265-219262-2-git-send-email-joyce.kong@arm.com> <1553063109-57574-4-git-send-email-joyce.kong@arm.com> In-Reply-To: <1553063109-57574-4-git-send-email-joyce.kong@arm.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODg5YzM5MmItYTc3ZC00MWFjLWFmMWQtZmE3ZmU0MzM5YmFiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiM25ON010OFlEXC84Q2FNTm5wUkZmRGFTdTJFeXR5TmlaY1IxTVoxaFlSSW5TaG03K1pONFoyT1FFV0hGeHQyUlwvIn0= x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action 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-stable] [PATCH v4 3/3] test/rwlock: amortize the cost of getting time X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" >=20 > Instead of getting timestamp per iteration, amortize its > overhead can help to get more precise benchmarking results. >=20 > Fixes: af75078fece3 ("first public release") > Cc: stable@dpdk.org >=20 > Signed-off-by: Joyce Kong > Reviewed-by: Gavin Hu > Reviewed-by: Ola Liljedahl > Reviewed-by: Ruifeng Wang > --- Acked-by: Konstantin Ananyev > 2.7.4