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 A39612BFE for ; Thu, 7 Apr 2016 10:17:22 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP; 07 Apr 2016 01:17:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,448,1455004800"; d="scan'208";a="779880195" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 07 Apr 2016 01:17:21 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 7 Apr 2016 01:17:21 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 7 Apr 2016 01:17:21 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.232]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.18]) with mapi id 14.03.0248.002; Thu, 7 Apr 2016 16:17:12 +0800 From: "Lu, Wenzhuo" To: Thomas Monjalon CC: "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] doc: update overview Thread-Index: AQHRjuaIdYtC1/HhPEqc1Ie/kZBYJJ98GCmAgAGhz9D//+MCgIAAkAqQ Date: Thu, 7 Apr 2016 08:17:12 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC0909034426F4@shsmsx102.ccr.corp.intel.com> References: <1459498696-8067-1-git-send-email-wenzhuo.lu@intel.com> <1762009.dgmjScHYrq@xps13> <6A0DE07E22DDAD4C9103DF62FEBC09090344251C@shsmsx102.ccr.corp.intel.com> <1650669.jc1rsQozcN@xps13> In-Reply-To: <1650669.jc1rsQozcN@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: update overview 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: Thu, 07 Apr 2016 08:17:23 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Thursday, April 7, 2016 3:38 PM > To: Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] doc: update overview >=20 > 2016-04-07 01:34, Lu, Wenzhuo: > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > > stats per queue X = X > > > > > > You have not filled stats per queue. Is it because of an issue with > > > queue_stats_mapping? > > I didn't know it means this function. I'll create a patch to update it.= Thanks. >=20 > Excuse me, I'm confusing you. > The "stats per queue" features means the function rte_eth_stats_get() fil= ls the > arrays q_*. NP. I missed this part, because I assumed it is a specific API like rte_eth= _queue_stats_get. Did not notice the stats are included in rte_eth_stats_ge= t. I've sent another patch for this mistake.