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 CDB735A95 for ; Wed, 10 Jun 2015 16:24:56 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga102.jf.intel.com with ESMTP; 10 Jun 2015 07:24:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,587,1427785200"; d="scan'208";a="724640420" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 10 Jun 2015 07:24:55 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.51]) by IRSMSX107.ger.corp.intel.com ([169.254.10.94]) with mapi id 14.03.0224.002; Wed, 10 Jun 2015 15:24:53 +0100 From: "Tahhan, Maryam" To: Stephen Hemminger Thread-Topic: [dpdk-dev] [PATCH 1/4] ixgbe: expose extended error statistics Thread-Index: AQHQn7YPa0zXSpa5lkKKsJCs3DtscZ2k3uKAgADz8OA= Date: Wed, 10 Jun 2015 14:24:53 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A3EC02E@IRSMSX109.ger.corp.intel.com> References: <1433525705-17041-1-git-send-email-maryam.tahhan@intel.com> <1433525705-17041-2-git-send-email-maryam.tahhan@intel.com> <20150609175107.2c6bc94d@urahara> In-Reply-To: <20150609175107.2c6bc94d@urahara> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH 1/4] ixgbe: expose extended error statistics 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, 10 Jun 2015 14:24:58 -0000 > From: Stephen Hemminger [mailto:stephen@networkplumber.org] > Sent: Wednesday, June 10, 2015 1:51 AM > To: Tahhan, Maryam > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH 1/4] ixgbe: expose extended error statisti= cs >=20 > On Fri, 5 Jun 2015 18:35:02 +0100 > Maryam Tahhan wrote: >=20 > > Implement xstats_get() and xstats_reset() in dev_ops for ixgbe to > > expose detailed error statistics to DPDK applications. > > > > Signed-off-by: Maryam Tahhan >=20 > Also, the bug where CRC is included in Tx byte count but not in the Rx by= te > count has not been addressed. >=20 > You seem to have ignored my earlier patch. I wasn't aware of your patch. But I will have a look. Best Regards Maryam