> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monja...@6wind.com] > Sent: Wednesday, January 18, 2017 6:56 PM > To: De Lara Guarch, Pablo > Cc: dev@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. > > > +#include <rte_jhash.h> > > +#include <rte_hash_crc.h>