[dpdk-dev] [PATCH] vhost: fix meson build issues

Bruce Richardson bruce.richardson at intel.com
Thu Apr 5 12:29:14 CEST 2018


On Thu, Apr 05, 2018 at 10:08:16AM +0200, Tomasz Duszynski wrote:
> This patch addresses following meson build issues:
> 
> 1) Since rte_vdpa.h includes rte_pci.h it introduces pci
>    dependency thus deps array should be updated accordingly.
> 
> 2) Since vhost.h includes rte_vdpa.h vdpa.c should be added to
>    the sources list. Otherwise we end up with linker errors
>    caused by undefined references.
> 
> Fixes: 34b30b2e7e42 ("vhost: add apis for datapath configuration")
> Cc: zhihong.wang at intel.com
> 
> Signed-off-by: Tomasz Duszynski <tdu at semihalf.com>
> ---

Confirmed that meson build on dpdk-next-virtio tree is broken and that this
fixes it.

Acked-by: Bruce Richardson <bruce.richardson at intel.com>


More information about the dev mailing list