DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] net/mlx5: export rte_pmd_mlx5 header
@ 2021-07-18 10:29 Liang Ma
  2021-07-22 15:22 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Liang Ma @ 2021-07-18 10:29 UTC (permalink / raw)
  To: dev; +Cc: Liang Ma, Matan Azrad, Shahaf Shuler, Viacheslav Ovsiienko

From: Liang Ma <liangma@bytedance.com>

rte prefix header should be exported in meson.build

Fixes: 23f627e0ed28 (net/mlx5: add flow sync API)

Signed-off-by: Liang Ma <liangma@bytedance.com>
---
 drivers/net/mlx5/meson.build | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/mlx5/meson.build b/drivers/net/mlx5/meson.build
index 6f28be2f93..29767dafd7 100644
--- a/drivers/net/mlx5/meson.build
+++ b/drivers/net/mlx5/meson.build
@@ -66,3 +66,5 @@ else
     cflags += [ '-UPEDANTIC' ]
 endif
 subdir(exec_env)
+
+headers = files('rte_pmd_mlx5.h')
-- 
2.17.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] net/mlx5: export rte_pmd_mlx5 header
  2021-07-18 10:29 [dpdk-dev] [PATCH] net/mlx5: export rte_pmd_mlx5 header Liang Ma
@ 2021-07-22 15:22 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2021-07-22 15:22 UTC (permalink / raw)
  To: Liang Ma, Liang Ma; +Cc: dev, Matan Azrad, Shahaf Shuler, Viacheslav Ovsiienko

18/07/2021 12:29, Liang Ma:
> From: Liang Ma <liangma@bytedance.com>
> 
> rte prefix header should be exported in meson.build
> 
> Fixes: 23f627e0ed28 (net/mlx5: add flow sync API)

Fixes: efa79e68c8cd ("net/mlx5: support fine grain dynamic flag")
Cc: stable@dpdk.org

> Signed-off-by: Liang Ma <liangma@bytedance.com>

Applied with some rewords, thanks.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-22 15:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-18 10:29 [dpdk-dev] [PATCH] net/mlx5: export rte_pmd_mlx5 header Liang Ma
2021-07-22 15:22 ` Thomas Monjalon

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).