From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] app/testpmd: fix redundant time update Date: Fri, 15 Jul 2016 23:41:17 +0200 Message-ID: <2926164.Bt9tZZI0Dy@xps13> References: <1468574350-1275-1-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "De Lara Guarch, Pablo" To: "Pattan, Reshma" Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 187A25593 for ; Fri, 15 Jul 2016 23:41:19 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id f65so40128976wmi.0 for ; Fri, 15 Jul 2016 14:41:19 -0700 (PDT) In-Reply-To: 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" > > Inside flush_fwd_rx_queues removed redundant prev_tsc update with > > cur_tsc, > > as prev_tsc value is always updated with rte_rdtsc() in for loop. > > > > Coverity issue: 127797 > > > > Fixes: f487715f36f5 ("app/testpmd: add timeout in Rx queue flushing") > > > > Signed-off-by: Reshma Pattan > > Acked-by: Pablo de Lara Applied, thanks