From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 09/10] remove name field from struct rte_eth_xstats Date: Wed, 08 Jun 2016 14:23:39 +0200 Message-ID: <4401345.MEIKn187xT@xps13> References: <1464605292-4599-1-git-send-email-remy.horton@intel.com> <1464605292-4599-10-git-send-email-remy.horton@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Helin Zhang , Wenzhuo Lu , Jing Chen , Huawei Xie To: Remy Horton Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 830A19AE5 for ; Wed, 8 Jun 2016 14:23:41 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id v199so61361456wmv.0 for ; Wed, 08 Jun 2016 05:23:41 -0700 (PDT) In-Reply-To: <1464605292-4599-10-git-send-email-remy.horton@intel.com> 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" 2016-05-30 11:48, Remy Horton: > struct rte_eth_xstats { > - /* FIXME: Remove name[] once remaining drivers converted */ > - char name[RTE_ETH_XSTATS_NAME_SIZE]; > uint64_t id; > uint64_t value; > }; While changing the content of this struct, it can be the opportunity to fix its name from rte_eth_xstats to rte_eth_xstat.