net/ionic: fix completion type in lif init
[dpdk.git] / drivers / net / vdev_netvsc / meson.build
index bf62edb..49d3a2c 100644 (file)
@@ -3,12 +3,10 @@
 
 if not is_linux
        build = false
-       reason = 'only supported on linux'
+       reason = 'only supported on Linux'
 endif
 sources = files('vdev_netvsc.c')
 
-allow_experimental_apis = true
-
 cflags_options = [
         '-D_BSD_SOURCE',
         '-D_DEFAULT_SOURCE',