From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id D8CC191B5 for ; Tue, 20 Oct 2015 10:49:10 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 20 Oct 2015 01:49:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.17,706,1437462000"; d="scan'208";a="831050300" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga002.fm.intel.com with ESMTP; 20 Oct 2015 01:49:10 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Oct 2015 01:49:09 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 20 Oct 2015 01:49:09 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.253]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.106]) with mapi id 14.03.0248.002; Tue, 20 Oct 2015 16:49:07 +0800 From: "Lu, Wenzhuo" To: "Van Haaren, Harry" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] ixgbe: remove rx jabber from ierrors Thread-Index: AQHRBqOYi7QjaPVfCEKmJPVoYLtEI55zmyDw///0i4CAAIrz8A== Date: Tue, 20 Oct 2015 08:49:06 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909020A0BCD@shsmsx102.ccr.corp.intel.com> References: <20151014163553.GB7420@bricha3-MOBL3> <1444842744-14658-1-git-send-email-harry.van.haaren@intel.com> <6A0DE07E22DDAD4C9103DF62FEBC0909020A09AA@shsmsx102.ccr.corp.intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] ixgbe: remove rx jabber from ierrors 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: Tue, 20 Oct 2015 08:49:11 -0000 Hi Harry, > -----Original Message----- > From: Van Haaren, Harry > Sent: Tuesday, October 20, 2015 4:30 PM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH v2] ixgbe: remove rx jabber from ierrors >=20 > Hi Wenzhuo, >=20 > > From: Lu, Wenzhuo > > > Remove receive jabber count from ierrors count as the registers > > > overlap, previously causing some packets to be counted twice. > > > > Would you like to let us know which register RJC overlaps into? Thanks. >=20 > It seems that the RJC register overlaps with CRC errors. >=20 > Thanks for looking at this patch, -Harry Yes, you're right. Would you like to add this info to the comments? It'll h= elp to make things clear. Thanks.