On 04/14/2018 11:22 AM, Jay Zhou wrote:
CC: Zhihong Wang <zhihong.w...@intel.com>
Fixes: 8b991d412e (vhost: support selective datapath)

Signed-off-by: Jay Zhou <jianjay.z...@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.coque...@redhat.com>

Thanks!
Maxime

Reply via email to