* [dpdk-dev] [PATCH] common/mlx5: remove unneeded experimental build flag
@ 2020-06-25 7:57 David Marchand
2020-06-29 9:17 ` Raslan Darawsheh
0 siblings, 1 reply; 2+ messages in thread
From: David Marchand @ 2020-06-25 7:57 UTC (permalink / raw)
To: dev; +Cc: thomas, Matan Azrad, Shahaf Shuler, Viacheslav Ovsiienko, Ophir Munk
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>
---
drivers/common/mlx5/meson.build | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/common/mlx5/meson.build b/drivers/common/mlx5/meson.build
index 0a8980f2d3..ba43714af3 100644
--- 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',
--
2.23.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] common/mlx5: remove unneeded experimental build flag
2020-06-25 7:57 [dpdk-dev] [PATCH] common/mlx5: remove unneeded experimental build flag David Marchand
@ 2020-06-29 9:17 ` Raslan Darawsheh
0 siblings, 0 replies; 2+ messages in thread
From: Raslan Darawsheh @ 2020-06-29 9:17 UTC (permalink / raw)
To: David Marchand, dev
Cc: Thomas Monjalon, Matan Azrad, Shahaf Shuler, Slava Ovsiienko, Ophir Munk
Hi,
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of David Marchand
> Sent: Thursday, June 25, 2020 10:58 AM
> To: dev@dpdk.org
> Cc: Thomas Monjalon <thomas@monjalon.net>; Matan Azrad
> <matan@mellanox.com>; Shahaf Shuler <shahafs@mellanox.com>; Slava
> Ovsiienko <viacheslavo@mellanox.com>; Ophir Munk
> <ophirmu@mellanox.com>
> Subject: [dpdk-dev] [PATCH] common/mlx5: remove unneeded
> experimental build flag
>
> allow_experimental_apis flag has no effect for in-tree compilation.
> See
> https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.dp
> dk.org%2Fdpdk%2Fcommit%2F%3Fid%3Dacec04c4b2f5&data=02%7C01
> %7Crasland%40mellanox.com%7C892d421ac87447634c2608d818dd7df0%7Ca
> 652971c7d2e4d9ba6a4d149256f461b%7C0%7C0%7C637286686875768352&am
> p;sdata=lNkQ9KxAxW702IiqtCUPFL0Lh24zaNXqMzX0U0LLVzk%3D&rese
> rved=0
>
> 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 | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/common/mlx5/meson.build
> b/drivers/common/mlx5/meson.build
> index 0a8980f2d3..ba43714af3 100644
> --- 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',
> --
> 2.23.0
Patch applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-06-29 9:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-25 7:57 [dpdk-dev] [PATCH] common/mlx5: remove unneeded experimental build flag David Marchand
2020-06-29 9:17 ` Raslan Darawsheh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).