From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 12/17] pci: add a helper for device name Date: Wed, 04 May 2016 18:26:18 +0200 Message-ID: <1790773.lrclFWmpAI@xps13> References: <1454076516-21591-1-git-send-email-david.marchand@6wind.com> <1461152657-19969-13-git-send-email-david.marchand@6wind.com> <20160504152517.GA10164@bricha3-MOBL3> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: David Marchand , dev@dpdk.org, viktorin@rehivetech.com To: Bruce Richardson Return-path: Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46]) by dpdk.org (Postfix) with ESMTP id 47AA65583 for ; Wed, 4 May 2016 18:26:20 +0200 (CEST) Received: by mail-wm0-f46.google.com with SMTP id a17so103904070wme.0 for ; Wed, 04 May 2016 09:26:20 -0700 (PDT) In-Reply-To: <20160504152517.GA10164@bricha3-MOBL3> 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-04 16:25, Bruce Richardson: > On Wed, Apr 20, 2016 at 01:44:12PM +0200, David Marchand wrote: > > eal is a better place than crypto / ethdev for naming resources. > > Add a helper in eal and make use of it in crypto / ethdev. > > > > Signed-off-by: David Marchand > > --- > > lib/librte_cryptodev/rte_cryptodev.c | 27 ++++----------------------- > > lib/librte_eal/common/include/rte_pci.h | 25 +++++++++++++++++++++++++ > > lib/librte_ether/rte_ethdev.c | 24 ++++-------------------- > > 3 files changed, 33 insertions(+), 43 deletions(-) > > > FYI: I see a compile error after applying this patch. It's unrelated directly to > this patch as root cause seems to be rte_debug.h missing an include for > rte_branch_prediction.h It's probably due to this recent commit: http://dpdk.org/browse/dpdk/diff/lib/librte_eal/common/include/rte_debug.h?id=50705e