From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 2/2] eal: roundup tsc frequency when estimating Date: Wed, 27 Mar 2019 23:43:35 +0100 Message-ID: <6579951.N0SDcLl0Fn@xps> References: <20181129083138.23029-1-pbhagavatula@caviumnetworks.com> <20190316190119.6142-1-pbhagavatula@marvell.com> <20190316190119.6142-2-pbhagavatula@marvell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Jerin Jacob Kollanukkaran , "keith.wiles@intel.com" , "stephen@networkplumber.org" To: Pavan Nikhilesh Bhagavatula Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 3BFA74F98 for ; Wed, 27 Mar 2019 23:43:39 +0100 (CET) In-Reply-To: <20190316190119.6142-2-pbhagavatula@marvell.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 16/03/2019 20:01, Pavan Nikhilesh Bhagavatula: > From: Pavan Nikhilesh > > When estimating tsc frequency using sleep/gettime round it up to the > nearest multiple of 10Mhz for more accuracy. > > Signed-off-by: Pavan Nikhilesh > Reviewed-by: Keith Wiles Series applied, thanks