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

Harry van Haaren harry.van.haaren at intel.com
Mon Nov 16 11:35:13 CET 2015


This patchset removes CRC bytes from byte statistics in the following
PMDs: igb, ixgbe, i40e, fm10k.

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.


Harry van Haaren (4):
  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
  fm10k: remove crc size from all byte counters

 drivers/net/e1000/igb_ethdev.c   | 19 ++++++++++++++--
 drivers/net/fm10k/fm10k_ethdev.c |  8 ++++---
 drivers/net/i40e/i40e_ethdev.c   | 33 ++++++++++++++++++----------
 drivers/net/ixgbe/ixgbe_ethdev.c | 47 ++++++++++++++++++++++++++++++----------
 4 files changed, 79 insertions(+), 28 deletions(-)

-- 
1.9.1



More information about the dev mailing list