regex/mlx5: setup fast path
authorYuval Avnery <yuvalav@mellanox.com>
Mon, 20 Jul 2020 06:26:14 +0000 (06:26 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Jul 2020 17:04:05 +0000 (19:04 +0200)
commit5f41b66d12cda394c919777ae9b80257e97b5018
tree52695e5dcb77e582b0384ee3a89a26e3b59e25f1
parent92f2c6a30fe032189482c3a115b16afc0f377b66
regex/mlx5: setup fast path

Allocated and register input/output buffers and metadata.

Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
Acked-by: Ori Kam <orika@mellanox.com>
drivers/common/mlx5/mlx5_prm.h
drivers/regex/mlx5/Makefile
drivers/regex/mlx5/meson.build
drivers/regex/mlx5/mlx5_regex.h
drivers/regex/mlx5/mlx5_regex_control.c
drivers/regex/mlx5/mlx5_regex_fastpath.c [new file with mode: 0644]