[dpdk-dev] [PATCH] vhost: fix meson build for vDPA

Maxime Coquelin maxime.coquelin at redhat.com
Sat Apr 14 18:48:45 CEST 2018



On 04/14/2018 11:22 AM, Jay Zhou wrote:
> CC: Zhihong Wang <zhihong.wang at intel.com>
> Fixes: 8b991d412e (vhost: support selective datapath)
> 
> Signed-off-by: Jay Zhou <jianjay.zhou at huawei.com>
> ---
>   lib/librte_vhost/meson.build | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/lib/librte_vhost/meson.build b/lib/librte_vhost/meson.build
> index 66cced1cb..b021894a0 100644
> --- a/lib/librte_vhost/meson.build
> +++ b/lib/librte_vhost/meson.build
> @@ -10,6 +10,6 @@ endif
>   version = 4
>   allow_experimental_apis = true
>   sources = files('fd_man.c', 'iotlb.c', 'socket.c', 'vhost.c', 'vhost_user.c',
> -		'virtio_net.c', 'vhost_crypto.c')
> +		'virtio_net.c', 'vhost_crypto.c', 'vdpa.c')
>   headers = files('rte_vhost.h', 'rte_vhost_crypto.h')
>   deps += ['ethdev', 'cryptodev', 'hash', 'pci']
> 

Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>

Thanks!
Maxime


More information about the dev mailing list