https://bugs.dpdk.org/show_bug.cgi?id=356
Maxime Coquelin ([email protected]) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Maxime Coquelin ([email protected]) --- Patch fixing the issue merged in v19.11-rc3: commit 201e7482674551aeee27d0ff28e7bbd3fbfbbcf2 Author: Jin Yu <[email protected]> Date: Wed Oct 30 17:40:55 2019 +0800 vhost: fix build dependency on hash lib 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: [email protected] Signed-off-by: Jin Yu <[email protected]> Reviewed-by: Tiwei Bie <[email protected]> Reviewed-by: Maxime Coquelin <[email protected]> -- You are receiving this mail because: You are the assignee for the bug.

