From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP; 04 May 2016 08:25:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,577,1455004800"; d="scan'208";a="968634534" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.86]) by orsmga002.jf.intel.com with SMTP; 04 May 2016 08:25:19 -0700 Received: by (sSMTP sendmail emulation); Wed, 04 May 2016 16:25:17 +0025 Date: Wed, 4 May 2016 16:25:17 +0100 From: Bruce Richardson To: David Marchand Cc: dev@dpdk.org, thomas.monjalon@6wind.com, viktorin@rehivetech.com 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 Content-Disposition: inline In-Reply-To: <1461152657-19969-13-git-send-email-david.marchand@6wind.com> Organization: Intel Shannon Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 12/17] pci: add a helper for device name 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, 04 May 2016 15:32:18 -0000 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