net/mlx5: export PMD-specific API file
authorLiang Ma <liangma@bytedance.com>
Sun, 18 Jul 2021 10:29:16 +0000 (11:29 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 22 Jul 2021 15:23:26 +0000 (17:23 +0200)
The file rte_pmd_mlx5.h should be exported by Meson.

Fixes: efa79e68c8cd ("net/mlx5: support fine grain dynamic flag")
Fixes: 23f627e0ed28 ("net/mlx5: add flow sync API")
Cc: stable@dpdk.org
Signed-off-by: Liang Ma <liangma@bytedance.com>
drivers/net/mlx5/meson.build

index 6f28be2..dac7f1f 100644 (file)
@@ -9,6 +9,7 @@ if not (is_linux or is_windows)
 endif
 
 deps += ['hash', 'common_mlx5']
+headers = files('rte_pmd_mlx5.h')
 sources = files(
         'mlx5.c',
         'mlx5_ethdev.c',