From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bk0-x236.google.com (mail-bk0-x236.google.com [IPv6:2a00:1450:4008:c01::236]) by dpdk.org (Postfix) with ESMTP id E496A532D for ; Wed, 12 Jun 2013 12:07:36 +0200 (CEST) Received: by mail-bk0-f54.google.com with SMTP id it16so2442137bkc.41 for ; Wed, 12 Jun 2013 03:07:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id :x-gm-message-state; bh=BtA0H75KuVofNLbDpMw7aU+62T32v8c5YIZcO7Syljk=; b=C9B+5pJi8cRojreM/xU9MJUnBhkhWCfTbgzgLJw7NRAu2qqQGDRFwNpXcQzPb6DsVW CAuuWB4XDvBUOPPF98WbS3i+Shyqbhzy97Tgo6eUo2osZOTfutVWPVTVRE5l7iP/gC4g OFw7WBn5+iucGn9t183LiFFSdfCuXGfqgMybCk5w/jlTkcviMm2YPBCr6+jTBY72UPFC 9Scz3DSrBtl6Weo5NEh3IFzKhltfRPjv86/kPADYVcZolp8ii48XlP6Ffo7lWCNhBvYq iCrRSCkicUKMm2yR+ztEenHdG3QHlfcWEymsH12TbO1gIjlfZfW3nNfhWaWSq7s3HYZv pckg== X-Received: by 10.204.191.132 with SMTP id dm4mr2988576bkb.66.1371031666278; Wed, 12 Jun 2013 03:07:46 -0700 (PDT) Received: from angus.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id kz11sm2083886bkb.11.2013.06.12.03.07.44 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 12 Jun 2013 03:07:45 -0700 (PDT) From: Thomas Monjalon Organization: 6WIND To: dev@dpdk.org Date: Wed, 12 Jun 2013 12:07:47 +0200 User-Agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) References: <20130530171234.301927271@vyatta.com> <20130530171626.825256039@vyatta.com> <51AF4A42.4000005@6wind.com> In-Reply-To: <51AF4A42.4000005@6wind.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201306121207.47356.thomas.monjalon@6wind.com> X-Gm-Message-State: ALoCoQl52pgX7ydn+Dh3F9oiCA3DtYa2sOft22/yh0eQyKsuXIlnSIeJszCg00RIr8zexF5+EkBN Subject: Re: [dpdk-dev] [PATCH 2/7] rte_timer: optimize for empty case X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 10:07:37 -0000 05/06/2013 16:25, Vincent JARDIN : > On 30/05/2013 19:12, Stephen Hemminger wrote: > > Signed-off-by: Stephen Hemminger > > Reviewed-by: Vincent Jardin > > It is a nice to have for performance since HPET is quite slow. applied -- Thomas