Re: [dpdk-dev] [dpdk-stable] [PATCH] vhost: fix compile error

2019-10-29 Thread Yu, Jin
> -Original Message- > From: Bie, Tiwei > Sent: Tuesday, October 29, 2019 9:36 PM > To: Yu, Jin > Cc: dev@dpdk.org; sta...@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] vhost: fix compile error > > On Mon, Oct 28, 2019 at 06:34:43PM +0800, Jin Yu wrote: > > Compile librte_vhost/vhost_cryp

Re: [dpdk-dev] [dpdk-stable] [PATCH] vhost: fix compile error

2019-10-29 Thread Tiwei Bie
On Mon, Oct 28, 2019 at 06:34:43PM +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 > Cc: sta...@dpdk.org Fixes: 939066d96563 ("vhost/crypto: add publ