From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A907B106B for ; Mon, 8 Jun 2015 15:31:49 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 08 Jun 2015 06:27:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,573,1427785200"; d="scan'208";a="723097222" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga001.fm.intel.com with ESMTP; 08 Jun 2015 06:27:00 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.51]) by IRSMSX106.ger.corp.intel.com ([169.254.8.76]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 14:27:00 +0100 From: "Tahhan, Maryam" To: "dev@dpdk.org" Thread-Topic: [PATCH 1/4] ixgbe: expose extended error statistics Thread-Index: AQHQn7YPa0zXSpa5lkKKsJCs3DtscZ2indPQ Date: Mon, 8 Jun 2015 13:26:59 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A3E77C8@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> In-Reply-To: <1433525705-17041-2-git-send-email-maryam.tahhan@intel.com> 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 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: Mon, 08 Jun 2015 13:31:50 -0000 > + stats->idrop =3D hw_stats->mngpdc + > + hw_stats->fcoerpdc + > + total_qbrc; Should use qprdc instead of total_qbrc