From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ixgbe: add mspdc to rx errors Date: Wed, 28 Oct 2015 15:15:46 +0100 Message-ID: <6036498.Oyf2LqP3PR@xps13> References: <1445941334-32248-1-git-send-email-harry.van.haaren@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC0909020A36FF@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Van Haaren, Harry" Return-path: Received: from mail-wi0-f179.google.com (mail-wi0-f179.google.com [209.85.212.179]) by dpdk.org (Postfix) with ESMTP id 380F68DA9 for ; Wed, 28 Oct 2015 15:16:57 +0100 (CET) Received: by wijp11 with SMTP id p11so257160089wij.0 for ; Wed, 28 Oct 2015 07:16:57 -0700 (PDT) In-Reply-To: <6A0DE07E22DDAD4C9103DF62FEBC0909020A36FF@shsmsx102.ccr.corp.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" > > This patch adds the mspdc (MAC Short Packet Discard Count) to the total rx > > errors, as discussed on the dev@dpdk mailing > > list: http://comments.gmane.org/gmane.comp.networking.dpdk.devel/23717 > > > > Suggested-by: Igor Ryzhov > > Signed-off-by: Harry van Haaren > Yes, why not including it in the error counter :) > Acked-by: Wenzhuo Lu Thanks for thinking to add Suggested-by tag. Applied, thanks