From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 25379567F for ; Mon, 16 Nov 2015 11:35:37 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP; 16 Nov 2015 02:35:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,302,1444719600"; d="scan'208";a="851905767" Received: from sie-lab-212-222.ir.intel.com (HELO silpixa00366884.ir.intel.com) ([10.237.212.222]) by fmsmga002.fm.intel.com with ESMTP; 16 Nov 2015 02:35:34 -0800 From: Harry van Haaren To: dev@dpdk.org Date: Mon, 16 Nov 2015 10:35:13 +0000 Message-Id: <1447670117-17723-1-git-send-email-harry.van.haaren@intel.com> X-Mailer: git-send-email 1.9.1 Cc: shemming@brocade.com Subject: [dpdk-dev] [PATCH 0/4] Remove CRC from byte counters X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 10:35:37 -0000 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