From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remy Horton Subject: Re: [PATCH v4 2/3] bnx2x: enhance stats get Date: Tue, 10 May 2016 11:27:01 +0100 Message-ID: <5731B775.3080302@intel.com> References: <1462340302-25683-1-git-send-email-rasesh.mody@qlogic.com> <1462340302-25683-2-git-send-email-rasesh.mody@qlogic.com> <20160506144709.GC8880@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev@dpdk.org" , Dept-Eng DPDK Dev , Harish Patil To: Rasesh Mody , Bruce Richardson Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2FD439AB7 for ; Tue, 10 May 2016 12:27:14 +0200 (CEST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 07/05/2016 01:14, Rasesh Mody wrote: [..] >>> Enhance the stats_get() routine to display drop counters under imissed >>> counter. >>> Added extended stats get support to provide additional info. >>> Encorporated review comment to rename some of the stats. [..] > We shall split this patch into an enhancement and a bug fix. Keep in mind that the xstats API is changing so that stats_get() no longer includes strings: http://thread.gmane.org/gmane.comp.networking.dpdk.devel/37079 http://thread.gmane.org/gmane.comp.networking.dpdk.devel/37571 ..Remy