]> git.droids-corp.org - dpdk.git/blobdiff - drivers/regex/mlx5/mlx5_regex.h
port: support packet mirroring
[dpdk.git] / drivers / regex / mlx5 / mlx5_regex.h
index 98c96ee556772046090900c1c522c9eebe761320..89495301ac1944284fc57c996f63a96443e7f79e 100644 (file)
@@ -55,7 +55,7 @@ struct mlx5_regex_priv {
        uint16_t nb_max_matches; /* Max number of matches. */
        enum mlx5_rxp_program_mode prog_mode;
        uint32_t nb_engines; /* Number of RegEx engines. */
-       struct mlx5dv_devx_uar *uar; /* UAR object. */
+       struct mlx5_uar uar; /* UAR object. */
        uint8_t is_bf2; /* The device is BF2 device. */
        uint8_t has_umr; /* The device supports UMR. */
        uint32_t mmo_regex_qp_cap:1;