common/mlx5: remove unneeded experimental build flag

allow_experimental_apis flag has no effect for in-tree compilation.
See https://git.dpdk.org/dpdk/commit/?id=acec04c4b2f5

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

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Raslan Darawsheh <rasland@mellanox.com>
This commit is contained in:
David Marchand 2020-06-25 09:57:41 +02:00 committed by Ferruh Yigit
parent 0f006468c5
commit a28e714618

View File

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