[dpdk-dev] [PATCH v5 1/2] examples/vhost_scsi: Don't build without virtio_scsi.h
Thomas Monjalon
thomas at monjalon.net
Wed Feb 27 15:09:09 CET 2019
07/02/2019 23:01, Michael Santana:
> From: Aaron Conole <aconole at redhat.com>
>
> 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 <aconole at redhat.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> ---
> v5:
> Nothing changed in this patch since v3.
Patch 1 applied alone to allow Travis refinement separately, thanks.
More information about the dev
mailing list