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

2019-10-29 Thread Jin Yu
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 --- V2 - add the

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

2019-10-27 Thread Jin Yu
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 Signed-off-by: Jin Yu --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib