History log of /dpdk/drivers/regex/mlx5/mlx5_regex_control.c (Results 26 – 28 of 28)
Revision Date Author Comments
# 5f41b66d 20-Jul-2020 Yuval Avnery <yuvalav@mellanox.com>

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>


# 92f2c6a3 20-Jul-2020 Ori Kam <orika@mellanox.com>

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.

Signe

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>

show more ...


# fbc8c700 20-Jul-2020 Ori Kam <orika@mellanox.com>

regex/mlx5: add completion queue creation

This commit adds the creation of CQ

Signed-off-by: Ori Kam <orika@mellanox.com>


12