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 30EE0595A for ; Sun, 8 Nov 2015 08:34:23 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP; 07 Nov 2015 23:34:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,261,1444719600"; d="scan'208";a="596185712" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 07 Nov 2015 23:34:21 -0800 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.96]) by IRSMSX153.ger.corp.intel.com ([169.254.9.208]) with mapi id 14.03.0248.002; Sun, 8 Nov 2015 07:34:20 +0000 From: "Tahhan, Maryam" To: "Van Haaren, Harry" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 3/3] i40e: refactor xstats queue handling Thread-Index: AQHRGJ1p6gb1Vf7i+UesIcwEV/Bq3p6Rvjbw Date: Sun, 8 Nov 2015 07:34:20 +0000 Message-ID: <1A27633A6DA49C4A92FCD5D4312DBF536A60FE06@IRSMSX109.ger.corp.intel.com> References: <1446819175-31325-1-git-send-email-harry.van.haaren@intel.com> <1446819175-31325-4-git-send-email-harry.van.haaren@intel.com> In-Reply-To: <1446819175-31325-4-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 3/3] i40e: 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:34:23 -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 3/3] i40e: refactor xstats queue handling >=20 > This patch refactors the queue and priority statistic handling. > Generic queue stats are presented by rte_eth_xstats_get(), and the > i40e_xstats_get() exposes only the extra stats. >=20 > Signed-off-by: Harry van Haaren > --- Acked-by: Maryam Tahhan