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 1EC2A234 for ; Sun, 8 Nov 2015 08:37:16 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 07 Nov 2015 23:37:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,261,1444719600"; d="scan'208";a="845280382" Received: from irsmsx101.ger.corp.intel.com ([163.33.3.153]) by orsmga002.jf.intel.com with ESMTP; 07 Nov 2015 23:37:15 -0800 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX101.ger.corp.intel.com (163.33.3.153) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 8 Nov 2015 07:37:14 +0000 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.96]) by irsmsx155.ger.corp.intel.com ([169.254.14.150]) with mapi id 14.03.0248.002; Sun, 8 Nov 2015 07:37:13 +0000 From: "Tahhan, Maryam" To: "Van Haaren, Harry" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling Thread-Index: AQHRGJ1rwaysjMwDH0aDtdfWYogIUZ6Rvwlw Date: Sun, 8 Nov 2015 07:37:13 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A60FE16@IRSMSX109.ger.corp.intel.com> References: <1446819175-31325-1-git-send-email-harry.van.haaren@intel.com> <1446819175-31325-3-git-send-email-harry.van.haaren@intel.com> In-Reply-To: <1446819175-31325-3-git-send-email-harry.van.haaren@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.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling 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: Sun, 08 Nov 2015 07:37:17 -0000 > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Harry van Haaren > Sent: Friday, November 6, 2015 2:13 PM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH 2/3] ixgbe: refactor xstats queue handling >=20 > This patch refactors the queue handling. Generic queue stats are handled = by > rte_eth_xstats_get() and the ixgbe_xstats_get() exposes only the extra st= ats. >=20 > Signed-off-by: Harry van Haaren > --- Acked-by: Maryam Tahhan