[dpdk-dev] [PATCH] e1000: fix rx/tx total byte statistics

2015-10-27 Thread Thomas Monjalon
> > 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 kn

[dpdk-dev] [PATCH] e1000: fix rx/tx total byte statistics

2015-10-23 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Van Haaren, Harry > Sent: Thursday, October 22, 2015 11:18 PM > To: dev at dpdk.org > Cc: Lu, Wenzhuo; Van Haaren, Harry > Subject: [PATCH] e1000: fix rx/tx total byte statistics > > This patch fixes a bug in reading the 64 bit register reading which was >

[dpdk-dev] [PATCH] e1000: fix rx/tx total byte statistics

2015-10-22 Thread Harry van Haaren
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)")