regex/mlx5: support combined rule file
[dpdk.git] / drivers / regex / mlx5 / mlx5_regex.h
index 7e1b2a9..484819c 100644 (file)
@@ -69,6 +69,7 @@ struct mlx5_regex_priv {
        struct mlx5dv_devx_uar *uar; /* UAR object. */
        struct ibv_pd *pd;
        struct mlx5_mr_share_cache mr_scache; /* Global shared MR cache. */
+       uint8_t is_bf2; /* The device is BF2 device. */
 };
 
 /* mlx5_regex.c */