Re: [dpdk-dev] [PATCH 3/3] examples/vhost_crypto: fix dependency on vhost library

2019-02-25 Thread Maxime Coquelin
On 2/25/19 4:23 PM, Bruce Richardson wrote: The vhost_crypto example app can't be used without the DPDK vhost library, so disable the build of the example if the lib hasn't been built. CC: sta...@dpdk.org Fixes: f5188211c721 ("examples/vhost_crypto: add sample application") Signed-off-by: Br

[dpdk-dev] [PATCH 3/3] examples/vhost_crypto: fix dependency on vhost library

2019-02-25 Thread Bruce Richardson
The vhost_crypto example app can't be used without the DPDK vhost library, so disable the build of the example if the lib hasn't been built. CC: sta...@dpdk.org Fixes: f5188211c721 ("examples/vhost_crypto: add sample application") Signed-off-by: Bruce Richardson --- examples/vhost_crypto/meson.