From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 401362935 for ; Fri, 5 May 2017 15:28:28 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id AF7CC20C63; Fri, 5 May 2017 09:28:27 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 05 May 2017 09:28:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=KDWBOWQ95EbbBhX rZrbl1PPViBcOMZYBrQee/AryM4s=; b=GOfmZX/WKmTaxUy9A/BeuXmmQguEDFS EQx6kdtuF++wzDYIxPZIgWvlsHhoA6QXkRA8zVcPxmkx9M8EvbJy/K6pIHhhnyj6 JZGy05AY4KXejmmzx3uK3RIeUpZrhy821H1pyRR9Xdfpz7BFujhipGI6T8kuicPZ qINPWz/ZqqAU= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s= fm1; bh=KDWBOWQ95EbbBhXrZrbl1PPViBcOMZYBrQee/AryM4s=; b=UWNOSsel FJqXgwUnfBJoVMtZwsxZ/f7BduvXUTL8OREsMBJfMAJjJy/EFNNiHRrLBMjQ/OHt Ta94v9ps7neLZCKUZ7WoWnVAWaEx6AruwsvjbitIeE2pcwWHLGiELybLU3AbBmMG zBP+99e5VkQ057yKQW+iEeIB5eLoW2orjG2OFITSHwcGz8VAgY24cZvenC5l2B7J O3sRBP0mQZQ85I9yXHulQ4l7Qr74YwHa9WXCrXYhQiCpeMxr0U4aolvHl9aFTPjV hUhF7CsxUIBXpRLZFbid01nr8kFCty0opFmFHVdpMhC1CbCBLwXvec/9bW3uw/bv Gjd6ffomup40WQ== X-ME-Sender: X-Sasl-enc: 9e7ztvlrZclfV9Mdc6jQ2Gieoeb9D8xe67EBZ1elIs3N 1493990907 Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 6DDDC7E766; Fri, 5 May 2017 09:28:27 -0400 (EDT) From: Thomas Monjalon To: Jerin Jacob Cc: dev@dpdk.org Date: Fri, 05 May 2017 15:28:26 +0200 Message-ID: <4259767.OPnc3xNLhR@xps> In-Reply-To: <20170502051951.25038-1-jerin.jacob@caviumnetworks.com> References: <20170501191207.6480-1-jerin.jacob@caviumnetworks.com> <20170502051951.25038-1-jerin.jacob@caviumnetworks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] eal: optimize timer routines 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, 05 May 2017 13:28:28 -0000 02/05/2017 07:19, Jerin Jacob: > Since DPDK has only two timer sources, > Avoid &eal_timer_source memory read and followed > by the switch case statement when > RTE_LIBEAL_USE_HPET is not defined. > > Signed-off-by: Jerin Jacob It is not a fix but it is simple and safe enough to be in 17.05-rc4. Applied, thanks