From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] e1000: fix rx/tx total byte statistics Date: Tue, 27 Oct 2015 18:41:24 +0100 Message-ID: <19037215.IuBq4Z4Mno@xps13> References: <1445527084-29535-1-git-send-email-harry.van.haaren@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC0909020A1F96@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Van Haaren, Harry" Return-path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 4DB167F1C for ; Tue, 27 Oct 2015 18:42:34 +0100 (CET) Received: by wikq8 with SMTP id q8so222819932wik.1 for ; Tue, 27 Oct 2015 10:42:34 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909020A1F96@shsmsx102.ccr.corp.intel.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" > > This patch fixes a bug in reading the 64 bit register reading which was > > causing the total octets counters to show zero. > > Now the code reads both the lower and higher 32 bits. > > Tested in testpmd, byte values are correct. > > > > Fixes: 805803445a02 ("e1000: support EM devices (also known as > > e1000/e1000e)") > > > > Signed-off-by: Harry van Haaren > Acked-by: Wenzhuo Lu It was an old bug :) Applied, thanks