Re: [dpdk-dev] [PATCH] vhost/crypto: fix Makefile

2018-04-17 Thread Thomas Monjalon
16/04/2018 16:08, Fan Zhang: > Fixes: d090c7f86a76 ("vhost/crypto: update makefile") > > Vhost-Crypto shall not be compiled if rte_cryptodev is disabled. > This patch fix this by adding checking to Makefile. > > Signed-off-by: Fan Zhang Applied with title "vhost/crypto: fix build without crypto

Re: [dpdk-dev] [PATCH] vhost/crypto: fix Makefile

2018-04-17 Thread Bruce Richardson
On Mon, Apr 16, 2018 at 11:42:57PM +0200, Thomas Monjalon wrote: > 16/04/2018 16:08, Fan Zhang: > > Fixes: d090c7f86a76 ("vhost/crypto: update makefile") > > > > Vhost-Crypto shall not be compiled if rte_cryptodev is disabled. > > This patch fix this by adding checking to Makefile. > > > > Signed

Re: [dpdk-dev] [PATCH] vhost/crypto: fix Makefile

2018-04-17 Thread Zhang, Roy Fan
ay, April 16, 2018 10:43 PM > To: Zhang, Roy Fan > Cc: dev@dpdk.org; maxime.coque...@redhat.com; shah...@mellanox.com; > Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH] vhost/crypto: fix Makefile > > 16/04/2018 16:08, Fan Zhang: > > Fixes: d090c7f86a76 ("vhost/c

Re: [dpdk-dev] [PATCH] vhost/crypto: fix Makefile

2018-04-16 Thread Thomas Monjalon
16/04/2018 16:08, Fan Zhang: > Fixes: d090c7f86a76 ("vhost/crypto: update makefile") > > Vhost-Crypto shall not be compiled if rte_cryptodev is disabled. > This patch fix this by adding checking to Makefile. > > Signed-off-by: Fan Zhang > --- > lib/librte_vhost/Makefile | 11 --- > 1 fi

[dpdk-dev] [PATCH] vhost/crypto: fix Makefile

2018-04-16 Thread Fan Zhang
Fixes: d090c7f86a76 ("vhost/crypto: update makefile") Vhost-Crypto shall not be compiled if rte_cryptodev is disabled. This patch fix this by adding checking to Makefile. Signed-off-by: Fan Zhang --- lib/librte_vhost/Makefile | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) di

Re: [dpdk-dev] [PATCH] vhost/crypto: fix makefile

2018-04-10 Thread Maxime Coquelin
On 04/09/2018 08:01 PM, Fan Zhang wrote: Fixes: 7b5ad7beee17 ("vhost/crypto: update makefile") Signed-off-by: Fan Zhang --- lib/librte_vhost/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile index 2cc65f95e.

[dpdk-dev] [PATCH] vhost/crypto: fix makefile

2018-04-09 Thread Fan Zhang
Fixes: 7b5ad7beee17 ("vhost/crypto: update makefile") Signed-off-by: Fan Zhang --- lib/librte_vhost/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/librte_vhost/Makefile b/lib/librte_vhost/Makefile index 2cc65f95e..92c267475 100644 --- a/lib/librte_vhost/Makefi