regex/mlx5: fix number of supported queues
authorOri Kam <orika@nvidia.com>
Thu, 7 Jan 2021 16:57:11 +0000 (18:57 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 19 Jan 2021 17:06:16 +0000 (18:06 +0100)
commit7a7a9907bf919101ead845c7b9a4b29aa67a2fb6
tree5c033d90ca7c737f91c9cee875682c142e0caa6e
parent88e2a46d6234114379002f28ca6858f387e677f4
regex/mlx5: fix number of supported queues

The RegEx engine has no limitation on number of queues.
This commits modifies the max supported queues reported to the application.

Fixes: fbc8c7003b93 ("regex/mlx5: add completion queue creation")
Cc: stable@dpdk.org
Signed-off-by: Ori Kam <orika@nvidia.com>
drivers/regex/mlx5/mlx5_rxp.c