From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=35/eNMbtGed45Jmwj10ZO8Iz4sl0DHqq+jZq1FdVm28=; b=swjKFaHZHvxayg4uIGXpvB+cNJa+p0wK/NjSmkAJU+s4Nfk8+oNr8aaDl6tj0zrgXf KlyY/XHKAgF9Q4iPFmML0KNRwORoaFCrrsgjtyTBbgGUl0QJFGUu99Zyh/6gq0Vdz/eW N/Hf3IOawjLKBDZt6MRh9gv4JAIcnGFlN3yoGaRf7UJQCJymFv35OWuBu0PgulKRhbrG GBZWmh18scutRmHxPN/DdGmfYIt3ZkzFjb6Q78lBouXuT4wmCYlBM24bHrqL4PqItOVA ejrSWIuPQsvklL8ClK3d9zBEJ0rXmPUyWEipC1awRjY1MOJUFNf7YcxIqIN0GbXY745H X6rg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=35/eNMbtGed45Jmwj10ZO8Iz4sl0DHqq+jZq1FdVm28=; b=CQ4gBNvdmzb/gfuAQpj5vEcb8XRiRI+tPVq6TWfwPu4saQA4lKOke/fNLt4Mf+MLWL FPsn6UkQDN5dzBW0G6v/wd/oM1TD/4EF29EMa3kS1z56SHj+nVWKoZrxty+X9fnGv7L0 tK4Oum5ApWnx0c0+Hx6l42iioSR9haGRKD98YIwEmJoH0ZJMabqPwLNNf7synqBAd4WT xZCtU0deHYxueTElNGm/xKm13y3wUTtOLfa/p8wePmknCGW5yjbUqdRUKlGaqYyZQY3i JHg1qyeAASmhVhSRqIpEU7Po42NN4oaITP0ob00Zt7vmaDOxgJDn9iE2lAMtMCIyI2UM IQzQ== X-Gm-Message-State: ALyK8tJRTRmPYMevXLC7lMbIuZm767LnX4Ry1IB3NiovyYA5Q3vhY/3YiCJq49JqPuggQSKy X-Received: by 10.195.17.166 with SMTP id gf6mr10210529wjd.124.1465982002011; Wed, 15 Jun 2016 02:13:22 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id vv1sm37372320wjc.34.2016.06.15.02.13.21 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Jun 2016 02:13:21 -0700 (PDT) From: Thomas Monjalon To: Remy Horton Cc: dev@dpdk.org, Pablo de Lara , Maryam Tahhan , Helin Zhang , Wenzhuo Lu , Jing Chen , Huawei Xie Date: Wed, 15 Jun 2016 11:13:20 +0200 Message-ID: <5687213.tPtM8451Ao@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1465833121-26953-8-git-send-email-remy.horton@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v4 7/8] rte: change xstats usage to new API X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2016 09:13:24 -0000 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'