On Tue, May 07, 2024 at 02:53:12AM -0700, Konstantin Taranov wrote: > From: Konstantin Taranov <kotaranov@xxxxxxxxxxxxx> > > This patch series enables creation and destruction of RC QPs. > The RC QP can be transitioned to RTS and be used by rdma-core. > > Later I will submit rdma-core patches with fully working RC QPs. Did it happen? I want to remind that we are not merging UAPI changes without relevant userspace part. Thanks > > Konstantin Taranov (3): > RDMA/mana_ib: Create and destroy RC QP > RDMA/mana_ib: Implement uapi to create and destroy RC QP > RDMA/mana_ib: Modify QP state > > drivers/infiniband/hw/mana/main.c | 59 ++++++++++ > drivers/infiniband/hw/mana/mana_ib.h | 99 +++++++++++++++- > drivers/infiniband/hw/mana/qp.c | 165 ++++++++++++++++++++++++++- > include/uapi/rdma/mana-abi.h | 9 ++ > 4 files changed, 328 insertions(+), 4 deletions(-) > > -- > 2.43.0 >