On Wed, Oct 30, 2019 at 05:40:55PM +0800, Jin Yu wrote: > Compile librte_vhost/vhost_crypto.c needs the rte_hash.h > So we need the librte_hash to be compiled before vhost. > Add the DEPDIRs to make sure this. > > Bugzilla ID: 356 > Fixes: 939066d96563 ("vhost/crypto: add public function implementation") > Cc: sta...@dpdk.org > > Signed-off-by: Jin Yu <jin...@intel.com> > --- > V2 - add the librte_crytodev > --- > lib/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Tiwei Bie <tiwei....@intel.com>