]> git.droids-corp.org - dpdk.git/commitdiff
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 6f28be2f939418a330c58522fa23db816f428f99..dac7f1fabf1d7b87ad754f2b529f238c1f11a1db 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',