From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id D024258D9 for ; Fri, 8 Jul 2016 13:15:36 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga104.fm.intel.com with ESMTP; 08 Jul 2016 04:15:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,329,1464678000"; d="scan'208";a="991343420" Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.228.163]) ([163.33.228.163]) by orsmga001.jf.intel.com with ESMTP; 08 Jul 2016 04:15:34 -0700 To: Rasesh Mody , Thomas Monjalon References: <5773EB79.1090509@6wind.com> <8870166.MVVViF2IlQ@xps13> <99e03d76-b896-2146-274c-2f3d83eee899@intel.com> <2488e9da-d0a2-598f-25e3-e68293c082fe@intel.com> Cc: "dev@dpdk.org" , Olivier MATZ From: Remy Horton Organization: Intel Shannon Limited Message-ID: Date: Fri, 8 Jul 2016 12:15:34 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] xstats performance 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: Fri, 08 Jul 2016 11:15:37 -0000 On 07/07/2016 23:59, Rasesh Mody wrote: [..] > We have submitted the QEDE and BNX2X PMD xstats patches with recent > API changes. Seen & Acked. > During the xstats change verification, it was observed that the order > in which xstats names are fetched don't seem to match the order in > which xstats values are fetched. When populating the xstats names, we > order them as driver specific xstats names and then standard stats > names. Whereas, while populating the xstats values, we populate the > standard stats values and then the driver specific xstats values. Had a look. Patch on the way.. ..Remy