From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 808E85A64 for ; Wed, 28 Oct 2015 03:13:40 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP; 27 Oct 2015 19:13:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,207,1444719600"; d="scan'208";a="836677328" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga002.jf.intel.com with ESMTP; 27 Oct 2015 19:13:36 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 19:13:36 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 27 Oct 2015 19:13:35 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.194]) with mapi id 14.03.0248.002; Wed, 28 Oct 2015 10:13:29 +0800 From: "Lu, Wenzhuo" To: "Van Haaren, Harry" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] ixgbe: add mspdc to rx errors Thread-Index: AQHREKGG6XBKP8Cx+US8U54sm5TgVp6AKZ8A Date: Wed, 28 Oct 2015 02:13:27 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909020A36FF@shsmsx102.ccr.corp.intel.com> References: <1445941334-32248-1-git-send-email-harry.van.haaren@intel.com> In-Reply-To: <1445941334-32248-1-git-send-email-harry.van.haaren@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsIiwiaWQiOiJiNTBhMzJiYi04YWNjLTRlNGQtODRlMi0xMmFkZDE0MmRmZmYiLCJwcm9wcyI6W3sibiI6IkludGVsRGF0YUNsYXNzaWZpY2F0aW9uIiwidmFscyI6W3sidmFsdWUiOiJDVFBfUFVCTElDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjQuMTAuMTkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiVXVFb0hKSHBNTG5tTUw1bFpmeUNkU2R5S3BQMUZrazJxMnlBREZSTTduWT0ifQ== x-inteldataclassification: CTP_PUBLIC x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Harry van Haaren Subject: Re: [dpdk-dev] [PATCH] ixgbe: add mspdc to rx errors 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: Wed, 28 Oct 2015 02:13:41 -0000 Hi, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Harry van Haaren > Sent: Tuesday, October 27, 2015 6:22 PM > To: dev@dpdk.org > Cc: Harry van Haaren > Subject: [dpdk-dev] [PATCH] ixgbe: add mspdc to rx errors >=20 > This patch adds the mspdc (MAC Short Packet Discard Count) to the total r= x > errors, as discussed on the dev@dpdk mailing > list: http://comments.gmane.org/gmane.comp.networking.dpdk.devel/23717 >=20 > Suggested-by: Igor Ryzhov > Signed-off-by: Harry van Haaren Yes, why not including it in the error counter :) Acked-by: Wenzhuo Lu