]> git.droids-corp.org - dpdk.git/blobdiff - drivers/regex/mlx5/mlx5_rxp.c
raw/ioat: add unit tests for completion batching
[dpdk.git] / drivers / regex / mlx5 / mlx5_rxp.c
index 4449aa8c3d81fc30c3d8f3e05931717c848bcc07..380037e24c333da7d1b9c82035e8c9261c7ea35f 100644 (file)
@@ -103,11 +103,10 @@ mlx5_regex_info_get(struct rte_regexdev *dev __rte_unused,
        info->max_payload_size = MLX5_REGEX_MAX_PAYLOAD_SIZE;
        info->max_rules_per_group = MLX5_REGEX_MAX_RULES_PER_GROUP;
        info->max_groups = MLX5_REGEX_MAX_GROUPS;
-       info->max_queue_pairs = 1;
        info->regexdev_capa = RTE_REGEXDEV_SUPP_PCRE_GREEDY_F |
                              RTE_REGEXDEV_CAPA_QUEUE_PAIR_OOS_F;
        info->rule_flags = 0;
-       info->max_queue_pairs = 10;
+       info->max_queue_pairs = UINT16_MAX;
        return 0;
 }