From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <remy.horton@intel.com>
Received: from mga03.intel.com (mga03.intel.com [134.134.136.65])
 by dpdk.org (Postfix) with ESMTP id 431946CC3
 for <dev@dpdk.org>; Wed, 18 May 2016 12:12:04 +0200 (CEST)
Received: from orsmga001.jf.intel.com ([10.7.209.18])
 by orsmga103.jf.intel.com with ESMTP; 18 May 2016 03:12:03 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.26,328,1459839600"; d="scan'208";a="957105342"
Received: from rhorton-mobl.ger.corp.intel.com (HELO [163.33.230.16])
 ([163.33.230.16])
 by orsmga001.jf.intel.com with ESMTP; 18 May 2016 03:12:02 -0700
Message-ID: <573C3FF1.7040802@intel.com>
Date: Wed, 18 May 2016 11:12:01 +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: <1460731462-21229-1-git-send-email-remy.horton@intel.com>
 <1462533074-1994-1-git-send-email-remy.horton@intel.com>
 <1A27633A6DA49C4A92FCD5D4312DBF536B1BBA07@IRSMSX106.ger.corp.intel.com>
In-Reply-To: <1A27633A6DA49C4A92FCD5D4312DBF536B1BBA07@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 0/3] Remove string operations from
	xstats
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 10:12:04 -0000


On 16/05/2016 11:42, Tahhan, Maryam wrote:
[..]
>
> Looks Great overall. Is there a need to update prog_guide/poll_mode_drv.rst with the new mods?

Yes it will need updating, as the description of rte_eth_xstats is now 
incorrect. Will fix in v3..

..Remy