From: Konstantin Taranov <kotaranov@microsoft.com>
Implement UC QP creation in the RNIC HW for user API.
v5: revised 1/2 to incorporate the drain fix from Leon
v4: renamed rc_qp destroy helper to rnic_qp. Use the latest robust udata API.
Unified QP lookup table to simplify code for inserting UC QPs.
That is why the changes were split into 2 patches. The first patch is about
the changes related to qp lookup/store.
v3: use new udata helpers
v2: removed udata check and removed enum from mana-abi.h
Konstantin Taranov (2):
RDMA/mana_ib: unify QP lookup table
RDMA/mana_ib: UC QP support for UAPI
drivers/infiniband/hw/mana/main.c | 49 +++++++-
drivers/infiniband/hw/mana/mana_ib.h | 83 +++++++++++-
drivers/infiniband/hw/mana/qp.c | 181 ++++++++++++++++++---------
include/uapi/rdma/mana-abi.h | 11 ++
4 files changed, 255 insertions(+), 69 deletions(-)
--
2.43.0