[dpdk-dev] [PATCH v8 1/6] efd: new Elastic Flow Distributor library

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Jan 18 20:44:46 CET 2017


2017-01-18 19:27, De Lara Guarch, Pablo:
> 
> > -----Original Message-----
> > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com]
> > Sent: Wednesday, January 18, 2017 6:56 PM
> > To: De Lara Guarch, Pablo
> > Cc: dev at dpdk.org; Marohn, Byron; Edupuganti, Saikrishna
> > Subject: Re: [dpdk-dev] [PATCH v8 1/6] efd: new Elastic Flow Distributor
> > library
> > 
> > 2017-01-17 22:23, Pablo de Lara:
> > > +# this lib depends upon:
> > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_eal
> > > +DEPDIRS-$(CONFIG_RTE_LIBRTE_EFD) += lib/librte_ring
> > 
> > It depends also on rte_hash.
> > Pablo, I think you know this library ;)
> > 
> > I will fix it for you.
> 
> Doh! Has any compilation failed? I didn't see any errors.

Yes, from a fresh build, it does not find below includes. 

> > > +#include <rte_jhash.h>
> > > +#include <rte_hash_crc.h>
> 




More information about the dev mailing list