net/virtio: allocate fake mbuf in Rx queue
[dpdk.git] / drivers / net / thunderx / meson.build
index 23d9458..dad5c59 100644 (file)
@@ -1,10 +1,15 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2017 Cavium, Inc
 
+if is_windows
+       build = false
+       reason = 'not supported on Windows'
+       subdir_done()
+endif
+
 subdir('base')
 objs = [base_objs]
 
-allow_experimental_apis = true
 sources = files('nicvf_rxtx.c',
                'nicvf_ethdev.c',
                'nicvf_svf.c'