From da7a5c14062ef48e2cbec1959e6fe89975498cfd Mon Sep 17 00:00:00 2001 From: Liang Ma Date: Sun, 18 Jul 2021 11:29:16 +0100 Subject: [PATCH] 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 --- drivers/net/mlx5/meson.build | 1 + 1 file changed, 1 insertion(+) 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', -- 2.20.1