[dpdk-dev] [PATCH] net/mlx5: export rte_pmd_mlx5 header

Liang Ma liangma at liangbit.com
Sun Jul 18 12:29:16 CEST 2021


From: Liang Ma <liangma at 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 at 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



More information about the dev mailing list