git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f00646
)
common/mlx5: remove unneeded experimental build flag
author
David Marchand
<david.marchand@redhat.com>
Thu, 25 Jun 2020 07:57:41 +0000
(09:57 +0200)
committer
Ferruh 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
patch
|
blob
|
history
diff --git
a/drivers/common/mlx5/meson.build
b/drivers/common/mlx5/meson.build
index
0a8980f
..
ba43714
100644
(file)
--- a/
drivers/common/mlx5/meson.build
+++ b/
drivers/common/mlx5/meson.build
@@
-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',