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

Jay Zhou jianjay.zhou at huawei.com
Sat Apr 14 11:22:42 CEST 2018


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']
-- 
2.14.2




More information about the dev mailing list