From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] vhost/crypto: fix Makefile Date: Mon, 16 Apr 2018 23:42:57 +0200 Message-ID: <8063790.J3il9MjH7d@xps> References: <20180416140858.79994-1-roy.fan.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, maxime.coquelin@redhat.com, shahafs@mellanox.com, bruce.richardson@intel.com To: Fan Zhang Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 4042458FE for ; Mon, 16 Apr 2018 23:43:00 +0200 (CEST) In-Reply-To: <20180416140858.79994-1-roy.fan.zhang@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 file changed, 8 insertions(+), 3 deletions(-) What about meson.build?