]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
IB/mlx5: Add create and destroy functionality for Raw Packet QP
authormajd@mellanox.com <majd@mellanox.com>
Thu, 14 Jan 2016 17:13:04 +0000 (19:13 +0200)
committerDoug Ledford <dledford@redhat.com>
Thu, 21 Jan 2016 17:01:09 +0000 (12:01 -0500)
commit0fb2ed66a14c8c34096d6a8cff5112356c5e9ea2
treeef71a3d17a4eff73c82141b65a11c1267b281047
parent19098df2da784c851532c78bd570cb1c8f4aff52
IB/mlx5: Add create and destroy functionality for Raw Packet QP

This patch adds support for Raw Packet QP for the mlx5 device.

Raw Packet QP, unlike other QP types, has no matching mlx5_core_qp
object but rather it is built of RQ/SQ/TIR/TIS/TD mlx5_core object.

Since the SQ and RQ work-queue (WQ) buffers are not contiguous like
other QPs, we allocate separate buffers in the user-space and pass
the address of each one of them separately to the kernel.

Signed-off-by: Majd Dibbiny <majd@mellanox.com>
Reviewed-by: Matan Barak <matanb@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/qp.c
drivers/infiniband/hw/mlx5/user.h