From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <remy.horton@intel.com>
Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])
 by dpdk.org (Postfix) with ESMTP id 844945AB7
 for <dev@dpdk.org>; Wed, 18 May 2016 10:45:38 +0200 (CEST)
Received: from fmsmga004.fm.intel.com ([10.253.24.48])
 by fmsmga104.fm.intel.com with ESMTP; 18 May 2016 01:45:37 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,328,1459839600"; d="scan'208";a="105996978"
Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.16])
 ([163.33.230.16])
 by fmsmga004.fm.intel.com with ESMTP; 18 May 2016 01:45:36 -0700
Message-ID: <573C2BB0.8000709@intel.com>
Date: Wed, 18 May 2016 09:45:36 +0100
From: Remy Horton <remy.horton@intel.com>
Organization: Intel Shannon Limited
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64;
 rv:31.0) Gecko/20100101 Thunderbird/31.7.0
MIME-Version: 1.0
To: "Tahhan, Maryam" <maryam.tahhan@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
References: <1462533074-1994-1-git-send-email-remy.horton@intel.com>
 <1462533074-1994-2-git-send-email-remy.horton@intel.com>
 <1A27633A6DA49C4A92FCD5D4312DBF536B1BF2ED@IRSMSX106.ger.corp.intel.com>
In-Reply-To: <1A27633A6DA49C4A92FCD5D4312DBF536B1BF2ED@IRSMSX106.ger.corp.intel.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [RFC PATCH v2 1/3] rte: change xstats to use integer
 keys
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 18 May 2016 08:45:38 -0000


On 18/05/2016 09:31, Tahhan, Maryam wrote:
[..]
>> +	eth_xstats_count_t         xstats_count;
>> +	/**< Get number of extended statistics. */
>
> Hi Remy
> While reviewing the second patch in this patchset I noticed you aren't actually using
> eth_xstats_count_t   xstats_count in the eth_dev_ops to retrieve the count in the driver.
> Do you still need xstats_count?

Well spotted - bit of dead code that slipped through the net when I 
decided to use the existing convention for the driver-side interface.

Currently working on a v3 that will convert all the drivers, so will fix 
in that patchset.

..Remy