[PATCH rdma-next v3 0/3] RDMA/mana_ib: Add support of RC QPs

Konstantin Taranov posted 3 patches 1 year, 6 months ago
drivers/infiniband/hw/mana/main.c    |  59 ++++++++++
drivers/infiniband/hw/mana/mana_ib.h |  99 +++++++++++++++-
drivers/infiniband/hw/mana/qp.c      | 166 ++++++++++++++++++++++++++-
include/uapi/rdma/mana-abi.h         |   9 ++
4 files changed, 328 insertions(+), 5 deletions(-)
[PATCH rdma-next v3 0/3] RDMA/mana_ib: Add support of RC QPs
Posted by Konstantin Taranov 1 year, 6 months ago
From: Konstantin Taranov <kotaranov@microsoft.com>

This patch series enables creation and destruction of RC QPs.
The RC QP can be transitioned to RTS and be used by rdma-core.

RDMA-CORE: https://github.com/linux-rdma/rdma-core/pull/1461

v2->v3:
* fixed c99 comment style

v1->v2:
* Removed an old comment in 2/3.
* Fixed text in a debug message in 3/3.

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      | 166 ++++++++++++++++++++++++++-
 include/uapi/rdma/mana-abi.h         |   9 ++
 4 files changed, 328 insertions(+), 5 deletions(-)

-- 
2.43.0
Re: [PATCH rdma-next v3 0/3] RDMA/mana_ib: Add support of RC QPs
Posted by Leon Romanovsky 1 year, 6 months ago
On Wed, 22 May 2024 01:23:59 -0700, Konstantin Taranov wrote:
> From: Konstantin Taranov <kotaranov@microsoft.com>
> 
> This patch series enables creation and destruction of RC QPs.
> The RC QP can be transitioned to RTS and be used by rdma-core.
> 
> RDMA-CORE: https://github.com/linux-rdma/rdma-core/pull/1461
> 
> [...]

Applied, thanks!

[1/3] RDMA/mana_ib: Create and destroy RC QP
      https://git.kernel.org/rdma/rdma/c/53657a0419ef44
[2/3] RDMA/mana_ib: Implement uapi to create and destroy RC QP
      https://git.kernel.org/rdma/rdma/c/fdefb918496235
[3/3] RDMA/mana_ib: Modify QP state
      https://git.kernel.org/rdma/rdma/c/e095405b45bbbd

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>
Re: [PATCH rdma-next v3 0/3] RDMA/mana_ib: Add support of RC QPs
Posted by Zhu Yanjun 1 year, 6 months ago
在 2024/5/22 10:23, Konstantin Taranov 写道:
> From: Konstantin Taranov <kotaranov@microsoft.com>
> 
> This patch series enables creation and destruction of RC QPs.
> The RC QP can be transitioned to RTS and be used by rdma-core.
> 
> RDMA-CORE: https://github.com/linux-rdma/rdma-core/pull/1461
> 
> v2->v3:
> * fixed c99 comment style

Thanks a lot. I am fine with it.
You can add:

Reviewed-by: Zhu Yanjun <yanjun.zhu@linux.dev>

Zhu Yanjun

> 
> v1->v2:
> * Removed an old comment in 2/3.
> * Fixed text in a debug message in 3/3.
> 
> 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      | 166 ++++++++++++++++++++++++++-
>   include/uapi/rdma/mana-abi.h         |   9 ++
>   4 files changed, 328 insertions(+), 5 deletions(-)
>