From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/test: remove useless clock estimation Date: Sun, 10 Jul 2016 16:15:52 +0200 Message-ID: <9928377.Ym8ESEISJT@xps13> References: <1467818542-30609-1-git-send-email-thomas.monjalon@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: tomasz.kantecki@intel.com Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id BC63628FD for ; Sun, 10 Jul 2016 16:15:53 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id f65so37198325wmi.0 for ; Sun, 10 Jul 2016 07:15:53 -0700 (PDT) In-Reply-To: <1467818542-30609-1-git-send-email-thomas.monjalon@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-07-06 17:22, Thomas Monjalon: > The function get_machclk_freq() in RED test can be replaced by > rte_get_timer_hz() which already estimates the clock frequency at EAL init. > > Signed-off-by: Thomas Monjalon Applied