From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: remove mac fault counts from rx errors Date: Tue, 03 Nov 2015 00:30:05 +0100 Message-ID: <1713097.6vPgg18SGA@xps13> References: <1446461769-15398-1-git-send-email-harry.van.haaren@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Harry van Haaren Return-path: Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by dpdk.org (Postfix) with ESMTP id E014F8DAA for ; Tue, 3 Nov 2015 00:31:16 +0100 (CET) Received: by wicfv8 with SMTP id fv8so1534337wic.0 for ; Mon, 02 Nov 2015 15:31:16 -0800 (PST) In-Reply-To: <1446461769-15398-1-git-send-email-harry.van.haaren@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" 2015-11-02 10:56, Harry van Haaren: > This patch removes the mac local fault count and > mac remote fault count from rx errors. The mac > fault count registers count faults, not packets, > and hence should not be added to packet counters. > > Signed-off-by: Harry van Haaren Applied, thanks