net/mlx5: export rte_pmd_mlx5 header

Message ID 20210718102916.1561-1-liangma@liangbit.com (mailing list archive)
State Accepted, archived
Delegated to: Raslan Darawsheh
Headers
Series net/mlx5: export rte_pmd_mlx5 header |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/github-robot success github build: passed
ci/iol-intel-Functional success Functional Testing PASS
ci/iol-abi-testing success Testing PASS
ci/iol-testing success Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS

Commit Message

Liang Ma July 18, 2021, 10:29 a.m. UTC
  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(+)
  

Comments

Thomas Monjalon July 22, 2021, 3:22 p.m. UTC | #1
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.
  

Patch

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