From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 1/2] examples/vhost_scsi: Don't build without virtio_scsi.h Date: Wed, 27 Feb 2019 15:09:09 +0100 Message-ID: <2196426.oXKmsQ8SoK@xps> References: <20190206221308.22349-1-msantana@redhat.com> <20190207220114.8020-1-msantana@redhat.com> <20190207220114.8020-2-msantana@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , Honnappa Nagarahalli To: Michael Santana , Aaron Conole Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 253195B12 for ; Wed, 27 Feb 2019 15:09:13 +0100 (CET) In-Reply-To: <20190207220114.8020-2-msantana@redhat.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" 07/02/2019 23:01, Michael Santana: > From: Aaron Conole > > The vhost_scsi example code is set to build, even if the requisite header > file virtio_scsi.h isn't available. This happens on some Ubuntu systems > when some versions of the libc-dev package aren't available. > > Check whether the virtio_scsi.h file exists, and if not, set the build > flag to false. > > Signed-off-by: Aaron Conole > Acked-by: Bruce Richardson > --- > v5: > Nothing changed in this patch since v3. Patch 1 applied alone to allow Travis refinement separately, thanks.