From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 3CAC429C6; Mon, 25 Feb 2019 17:24:36 +0100 (CET) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9A504308FF29; Mon, 25 Feb 2019 16:24:35 +0000 (UTC) Received: from [10.36.112.57] (ovpn-112-57.ams2.redhat.com [10.36.112.57]) by smtp.corp.redhat.com (Postfix) with ESMTPS id ADC6860857; Mon, 25 Feb 2019 16:24:34 +0000 (UTC) To: Bruce Richardson , dev@dpdk.org Cc: stable@dpdk.org References: <20190225152304.62607-1-bruce.richardson@intel.com> <20190225152304.62607-4-bruce.richardson@intel.com> From: Maxime Coquelin Message-ID: Date: Mon, 25 Feb 2019 17:24:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190225152304.62607-4-bruce.richardson@intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Mon, 25 Feb 2019 16:24:35 +0000 (UTC) Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH 3/3] examples/vhost_crypto: fix dependency on vhost library X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2019 16:24:36 -0000 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: stable@dpdk.org > Fixes: f5188211c721 ("examples/vhost_crypto: add sample application") > > Signed-off-by: Bruce Richardson > --- > examples/vhost_crypto/meson.build | 1 + > 1 file changed, 1 insertion(+) > Reviewed-by: Maxime Coquelin Thanks, Maxime