From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 945D73B5 for ; Fri, 28 Apr 2017 13:11:42 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Apr 2017 04:11:41 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,387,1488873600"; d="scan'208";a="93259718" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by orsmga005.jf.intel.com with ESMTP; 28 Apr 2017 04:11:41 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.153]) by IRSMSX109.ger.corp.intel.com ([169.254.13.12]) with mapi id 14.03.0319.002; Fri, 28 Apr 2017 12:10:42 +0100 From: "Van Haaren, Harry" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" CC: "Jain, Deepak K" , "Kozak, KubaX" Thread-Topic: [PATCH v1 6/6] net/ixgbe: support xstats by ID Thread-Index: AQHSv2VihOqmAzGsd0SwjqYJ8YtxL6HaoTrg Date: Fri, 28 Apr 2017 11:10:41 +0000 Message-ID: References: <20170427144240.10188-1-michalx.k.jastrzebski@intel.com> <20170427144240.10188-7-michalx.k.jastrzebski@intel.com> In-Reply-To: <20170427144240.10188-7-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTI3MjIxNTktYzgxZC00NDhjLThjM2EtYTU0MGY1NTU1ZDQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6ImJRRThobXBOYlFCV0hkM01LOVpIQms4VXFmVTNwOUZ5eU9DeHhKYStSWU09In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action 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 v1 6/6] net/ixgbe: support xstats by ID X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2017 11:11:43 -0000 > From: Jastrzebski, MichalX K > Sent: Thursday, April 27, 2017 3:43 PM > To: dev@dpdk.org > Cc: Van Haaren, Harry ; Jain, Deepak K ; > Kozak, KubaX > Subject: [PATCH v1 6/6] net/ixgbe: support xstats by ID >=20 > From: Kuba Kozak >=20 > To achieve functionality of retrieving only specific statistics > given by application there are two new functions added: > ixgbe_dev_xstats_get_by_ids() which retrieve > values of statistics specified by ids array > and ixgbe_dev_xstats_get_names_by_ids() which retrieve > names of statistics specified by ids array. >=20 > Signed-off-by: Kuba Kozak Acked-by: Harry van Haaren