From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] l2fwd_fork: fix missing updating the prev_tsc Date: Mon, 01 May 2017 16:31:03 +0200 Message-ID: <1816212.ydrkF4ojhy@xps> References: <1487815258-58112-1-git-send-email-zhiyong.yang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, sergio.gonzalez.monroy@intel.com To: Zhiyong Yang Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 326EA3B5 for ; Mon, 1 May 2017 16:31:06 +0200 (CEST) In-Reply-To: <1487815258-58112-1-git-send-email-zhiyong.yang@intel.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" 23/02/2017 03:00, Zhiyong Yang: > To miss updating the variable prev_tsc in function l2fwd_main_loop() > The patch fixes it. > > Fixes:e2366e74e029("examples: use buffered Tx") > CC: sergio.gonzalez.monroy@intel.com > > Signed-off-by: Zhiyong Yang Applied, thanks