From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 693C6568E for ; Wed, 4 May 2016 18:36:36 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP; 04 May 2016 09:36:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,578,1455004800"; d="scan'208";a="97197683" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.86]) by fmsmga004.fm.intel.com with SMTP; 04 May 2016 09:36:33 -0700 Received: by (sSMTP sendmail emulation); Wed, 04 May 2016 17:36:32 +0025 Date: Wed, 4 May 2016 17:36:32 +0100 From: Bruce Richardson To: Thomas Monjalon Cc: David Marchand , dev@dpdk.org, viktorin@rehivetech.com Message-ID: <20160504163632.GA10392@bricha3-MOBL3> 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> <1790773.lrclFWmpAI@xps13> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1790773.lrclFWmpAI@xps13> 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 16:36:36 -0000 On Wed, May 04, 2016 at 06:26:18PM +0200, Thomas Monjalon wrote: > 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 Yes, patch is in the works here...