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 <david.marchand at 6wind.com> > > > --- > > > 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...