From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 0/7] Remove string operations from xstats Date: Thu, 16 Jun 2016 18:02:51 +0200 Message-ID: <3316228.ZqUCTUh6U9@xps13> References: <1466004333-18469-1-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, John McNamara To: Remy Horton Return-path: Received: from mail-wm0-f50.google.com (mail-wm0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 05C8DC6AE for ; Thu, 16 Jun 2016 18:02:54 +0200 (CEST) Received: by mail-wm0-f50.google.com with SMTP id m124so76210532wme.1 for ; Thu, 16 Jun 2016 09:02:53 -0700 (PDT) In-Reply-To: <1466004333-18469-1-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" > Remy Horton (7): > rte: change xstats to use integer ids > drivers/net/ixgbe: change xstats to use integer ids > drivers/net/e1000: change xstats to use integer ids > drivers/net/fm10k: change xstats to use integer ids > drivers/net/i40e: change xstats to use integer ids > drivers/net/virtio: change xstats to use integer ids > rte: change xstats usage to new API Applied, thanks