From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2 12/17] pci: add a helper for device name Date: Wed, 4 May 2016 16:25:17 +0100 Message-ID: <20160504152517.GA10164@bricha3-MOBL3> References: <1454076516-21591-1-git-send-email-david.marchand@6wind.com> <1461152657-19969-1-git-send-email-david.marchand@6wind.com> <1461152657-19969-13-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, thomas.monjalon@6wind.com, viktorin@rehivetech.com To: David Marchand Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id B1EDD388F for ; Wed, 4 May 2016 17:32:17 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1461152657-19969-13-git-send-email-david.marchand@6wind.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" 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 /Bruce