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

2019-11-06 Thread Maxime Coquelin
On 11/6/19 9:05 PM, David Marchand wrote: > Maxime, > > On Wed, Nov 6, 2019 at 9:00 PM Maxime Coquelin > wrote: >> >> Hi Jin, >> >> On 10/30/19 10:40 AM, 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. >>> A

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

2019-11-06 Thread David Marchand
Maxime, On Wed, Nov 6, 2019 at 9:00 PM Maxime Coquelin wrote: > > Hi Jin, > > On 10/30/19 10:40 AM, 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: 35