[dpdk-dev] [PATCH v2 0/3] Remove CRC from byte counters

2015-11-23 Thread Thomas Monjalon
> > Harry van Haaren (3): > > e1000: remove crc size from all byte counters > > ixgbe: remove crc size from all byte counters > > i40e: fix rx/tx size mismatch, remove crc bytes > > Acked-by: Konstantin Ananyev Applied, thanks

[dpdk-dev] [PATCH v2 0/3] Remove CRC from byte counters

2015-11-20 Thread Ananyev, Konstantin
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Harry van Haaren > Sent: Wednesday, November 18, 2015 10:48 AM > To: dev at dpdk.org > Cc: shemming at brocade.com > Subject: [dpdk-dev] [PATCH v2 0/3] Remove CRC from byte counters > &g

[dpdk-dev] [PATCH v2 0/3] Remove CRC from byte counters

2015-11-18 Thread Harry van Haaren
This patchset removes CRC bytes from byte statistics in the following PMDs: igb, ixgbe, i40e. This brings the reported byte statistics in-line with other NICs, providing consistency. Removing the CRC from byte counters in i40e resolves a bug, see i40e commit message for details. v2: -Done Stephe