net/mlx5: export PMD-specific API file
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>
This commit is contained in:
parent
4e5ba38d56
commit
da7a5c1406
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user