common/mlx5: remove unneeded experimental build flag
authorDavid Marchand <david.marchand@redhat.com>
Thu, 25 Jun 2020 07:57:41 +0000 (09:57 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 30 Jun 2020 12:52:30 +0000 (14:52 +0200)
allow_experimental_apis flag has no effect for in-tree compilation.
See https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5

Fixes: 72f756605651 ("common/mlx5: move glue files under Linux directory")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Raslan Darawsheh <rasland@mellanox.com>
drivers/common/mlx5/meson.build

index 0a8980f..ba43714 100644 (file)
@@ -7,8 +7,6 @@ if not (is_linux or is_windows)
        subdir_done()
 endif
 
        subdir_done()
 endif
 
-allow_experimental_apis = true
-
 deps += ['hash', 'pci', 'net', 'eal', 'kvargs']
 sources += files(
        'mlx5_devx_cmds.c',
 deps += ['hash', 'pci', 'net', 'eal', 'kvargs']
 sources += files(
        'mlx5_devx_cmds.c',