regex/mlx5: support priority match
authorOri Kam <orika@nvidia.com>
Thu, 7 Jan 2021 16:57:10 +0000 (18:57 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 19 Jan 2021 17:06:05 +0000 (18:06 +0100)
commit88e2a46d6234114379002f28ca6858f387e677f4
treefee28f0ac2e71713d4e618f76b63b144faaf7c18
parent2cace110ea018e49aec4fd75370f2006e711d4d7
regex/mlx5: support priority match

The high priority match request flags means that the
RegEx engine should stop on the first match.

This commit add this flag check to the RegEx engine.

Signed-off-by: Ori Kam <orika@nvidia.com>
drivers/regex/mlx5/mlx5_regex_fastpath.c