From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 7/8] rte: change xstats usage to new API Date: Wed, 15 Jun 2016 11:13:20 +0200 Message-ID: <5687213.tPtM8451Ao@xps13> References: <1465833121-26953-1-git-send-email-remy.horton@intel.com> <1465833121-26953-8-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, Pablo de Lara , Maryam Tahhan , Helin Zhang , Wenzhuo Lu , Jing Chen , Huawei Xie To: Remy Horton Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id E15B6C3C6 for ; Wed, 15 Jun 2016 11:13:23 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id v199so154061114wmv.0 for ; Wed, 15 Jun 2016 02:13:23 -0700 (PDT) In-Reply-To: <1465833121-26953-8-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-06-13 16:52, Remy Horton: > The current extended ethernet statistics fetching involve doing several > string operations, which causes performance issues if there are lots of > statistics and/or network interfaces. This patch changes the test-pmd > and proc_info applications to use the new xstats API, and removes > deprecated code associated with the old API. There is something wrong which lead to this error: undefined reference to `rte_eth_xstats_get_names'