> -----Original Message----- > From: Leon Romanovsky <leon@xxxxxxxxxx> > Sent: Sunday, 12 May 2024 11:36 > To: Konstantin Taranov <kotaranov@xxxxxxxxxxxxxxxxxxx> > Cc: Konstantin Taranov <kotaranov@xxxxxxxxxxxxx>; > sharmaajay@xxxxxxxxxxxxx; Long Li <longli@xxxxxxxxxxxxx>; jgg@xxxxxxxx; > linux-rdma@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx > Subject: [EXTERNAL] Re: [PATCH rdma-next 0/3] RDMA/mana_ib: Add > support of RC QPs > > 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. Sorry, I missed this requirement. Thanks for informing! I will submit it within next 2 days. Konstantin > > 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 > >