Re: [PATCH] regex/mlx5: add check for nb max matches

2022-10-09 Thread Thomas Monjalon
01/09/2022 10:28, Gerry Gribbon: > Added check so user gets error if they try to configure the > nb_max_matches value when using rte_regexdev_configure(). > > Signed-off-by: Gerry Gribbon > Acked-by: Ori Kam Applied, thanks. Note the more explicit title on merge: regex/mlx5: forbid changing ma

[PATCH] regex/mlx5: add check for nb max matches

2022-09-01 Thread Gerry Gribbon
Added check so user gets error if they try to configure the nb_max_matches value when using rte_regexdev_configure(). Signed-off-by: Gerry Gribbon Acked-by: Ori Kam --- drivers/regex/mlx5/mlx5_rxp.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/regex/mlx5/mlx5_rxp.c b/drivers