Re: [dpdk-dev] [PATCH v2 1/5] examples/vhost_scsi: fix header check for meson build

2019-04-07 Thread Tiwei Bie
On Fri, Apr 05, 2019 at 03:37:05PM +0100, Bruce Richardson wrote: > The header check for the example app was looking for virtio_scsi.h without > the "linux/" prefix, which meant it was never getting found when it should > have been. > > Fixes: 8d47a753b7cb ("examples/vhost_scsi: disable build if m

[dpdk-dev] [PATCH v2 1/5] examples/vhost_scsi: fix header check for meson build

2019-04-05 Thread Bruce Richardson
The header check for the example app was looking for virtio_scsi.h without the "linux/" prefix, which meant it was never getting found when it should have been. Fixes: 8d47a753b7cb ("examples/vhost_scsi: disable build if missing dependency") CC: sta...@dpdk.org CC: Maxime Coquelin CC: Tiwei Bie