From: Liang Ma Date: Sun, 18 Jul 2021 10:29:16 +0000 (+0100) Subject: net/mlx5: export PMD-specific API file X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=da7a5c14062ef48e2cbec1959e6fe89975498cfd;p=dpdk.git 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 --- diff --git a/drivers/net/mlx5/meson.build b/drivers/net/mlx5/meson.build index 6f28be2f93..dac7f1fabf 100644 --- a/drivers/net/mlx5/meson.build +++ b/drivers/net/mlx5/meson.build @@ -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',