X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_vhost%2Fmeson.build;h=f80632848c11f15f7b365f0ddd1dd759eafa3924;hb=acec04c4b2f5;hp=ef7a5bced4c01843e003f5caf1f3a23c036e0da1;hpb=2a41db7589cb27dc491963f8c09b8dd452a8296d;p=dpdk.git diff --git a/lib/librte_vhost/meson.build b/lib/librte_vhost/meson.build index ef7a5bced4..f80632848c 100644 --- a/lib/librte_vhost/meson.build +++ b/lib/librte_vhost/meson.build @@ -17,7 +17,6 @@ elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0')) endif dpdk_conf.set('RTE_LIBRTE_VHOST_POSTCOPY', cc.has_header('linux/userfaultfd.h')) -allow_experimental_apis = true cflags += '-fno-strict-aliasing' sources = files('fd_man.c', 'iotlb.c', 'socket.c', 'vdpa.c', 'vhost.c', 'vhost_user.c',