This series adds a few fixes and improvements to the Nvidia RegEx PMD. V2: * Fix small issue in combined rule patch. * Add new patch for number of queues.
Ori Kam (5): regex/mlx5: fix memory rule alignment regex/mlx5: add support for combined rule file regex/mlx5: fix support for group id regex/mlx5: add support for priority match regex/mlx5: fix num of supported queues drivers/regex/mlx5/mlx5_regex.c | 9 + drivers/regex/mlx5/mlx5_regex.h | 1 + drivers/regex/mlx5/mlx5_regex_fastpath.c | 23 +- drivers/regex/mlx5/mlx5_rxp.c | 846 ++++++++++------------- drivers/regex/mlx5/mlx5_rxp_csrs.h | 3 + 5 files changed, 385 insertions(+), 497 deletions(-) -- 2.25.1