regex/mlx5: add send queue
authorOri Kam <orika@mellanox.com>
Mon, 20 Jul 2020 06:26:13 +0000 (06:26 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 21 Jul 2020 17:04:05 +0000 (19:04 +0200)
commit92f2c6a30fe032189482c3a115b16afc0f377b66
tree251a2db3cc959a0b3216fcd6b48661645d07590d
parentfbc8c7003b93a7555887a4195678aca9ee69f4ae
regex/mlx5: add send queue

This commit introduce the SQ creation.
The SQ is used for enqueuing a job.

In order to support out of order matches, we create number
os SQ per one application QP.

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