]> git.droids-corp.org - dpdk.git/commit
regex/mlx5: move RXP to CrSpace
authorAdy Agbarih <adypodoman@gmail.com>
Fri, 22 Oct 2021 15:45:55 +0000 (15:45 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 3 Nov 2021 22:14:48 +0000 (23:14 +0100)
commit9fa82d287f6505a4ce24dd5d6e57b9b62b52501c
tree51189c60d5ef1c040ee6b667fd8038ce383a1641
parentab2e0b0d353142d10bca9a8195710e6d2418b67b
regex/mlx5: move RXP to CrSpace

Add patch for programming the regex database through ROF file,
using the firmware instead of manually through the software.
No need to setup the DB anymore, the regex-daemon is responsible
for that always.
In the new flow the regex driver only has to program ROF rules
by using set params DevX cmd, requires ROF mkey creation.
The rules file has to be read into 4KB aligned memory.

Signed-off-by: Ady Agbarih <adypodoman@gmail.com>
Acked-by: Ori Kam <orika@nvidia.com>
doc/guides/regexdevs/mlx5.rst
doc/guides/rel_notes/release_21_11.rst
drivers/regex/mlx5/mlx5_regex.h
drivers/regex/mlx5/mlx5_rxp.c
drivers/regex/mlx5/mlx5_rxp.h