regex/mlx5: support enqueue
authorYuval Avnery <yuvalav@mellanox.com>
Mon, 20 Jul 2020 06:26:15 +0000 (06:26 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Jul 2020 17:04:05 +0000 (19:04 +0200)
commit4d4e245ad637c0befbd6da9976c28174a1d74b88
treef6642642dbc2b81ea0f75bb85982683543a77a5c
parent5f41b66d12cda394c919777ae9b80257e97b5018
regex/mlx5: support enqueue

Will look for a free SQ to send the job on.
doorbell will be given when sq is full, or no more jobs on the burst.

Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
Acked-by: Ori Kam <orika@mellanox.com>
drivers/regex/mlx5/mlx5_regex.c
drivers/regex/mlx5/mlx5_regex.h
drivers/regex/mlx5/mlx5_regex_control.c
drivers/regex/mlx5/mlx5_regex_fastpath.c