[PATCH rdma-next v1 0/3] RDMA/mana_ib: Introduce three helper functions to clean code

Konstantin Taranov posted 3 patches 1 year, 11 months ago
drivers/infiniband/hw/mana/cq.c      | 25 +++++++-
drivers/infiniband/hw/mana/main.c    | 40 +++++--------
drivers/infiniband/hw/mana/mana_ib.h | 20 ++++++-
drivers/infiniband/hw/mana/mr.c      | 13 +---
drivers/infiniband/hw/mana/qp.c      | 88 +++++++++-------------------
5 files changed, 84 insertions(+), 102 deletions(-)
[PATCH rdma-next v1 0/3] RDMA/mana_ib: Introduce three helper functions to clean code
Posted by Konstantin Taranov 1 year, 11 months ago
From: Konstantin Taranov <kotaranov@microsoft.com>

This patchset aims to remove code repetitions in mana_ib
as well as to avoid explicit use of the gdma_dev.
The gdma_dev was either ethernet or IB device depending on
the usage, which was often easy to confuse and misuse.

Introduced functions:
1) mdev_to_gc
2) mana_ib_get_netdev
3) mana_ib_install_cq_cb

Konstantin Taranov (3):
  RDMA/mana_ib: introduce mdev_to_gc helper function
  RDMA/mana_ib: introduce mana_ib_get_netdev helper function
  RDMA/mana_ib: introduce mana_ib_install_cq_cb helper function

 drivers/infiniband/hw/mana/cq.c      | 25 +++++++-
 drivers/infiniband/hw/mana/main.c    | 40 +++++--------
 drivers/infiniband/hw/mana/mana_ib.h | 20 ++++++-
 drivers/infiniband/hw/mana/mr.c      | 13 +---
 drivers/infiniband/hw/mana/qp.c      | 88 +++++++++-------------------
 5 files changed, 84 insertions(+), 102 deletions(-)


base-commit: 6613476e225e090cc9aad49be7fa504e290dd33d
-- 
2.43.0
Re: [PATCH rdma-next v1 0/3] RDMA/mana_ib: Introduce three helper functions to clean code
Posted by Leon Romanovsky 1 year, 11 months ago
On Mon, 22 Jan 2024 15:22:58 -0800, Konstantin Taranov wrote:
> From: Konstantin Taranov <kotaranov@microsoft.com>
> 
> This patchset aims to remove code repetitions in mana_ib
> as well as to avoid explicit use of the gdma_dev.
> The gdma_dev was either ethernet or IB device depending on
> the usage, which was often easy to confuse and misuse.
> 
> [...]

Applied, thanks!

[1/3] RDMA/mana_ib: introduce mdev_to_gc helper function
      https://git.kernel.org/rdma/rdma/c/71c8cbfcdc8f1d
[2/3] RDMA/mana_ib: introduce mana_ib_get_netdev helper function
      https://git.kernel.org/rdma/rdma/c/3b73eb3a4acdf5
[3/3] RDMA/mana_ib: introduce mana_ib_install_cq_cb helper function
      https://git.kernel.org/rdma/rdma/c/2a31c5a7e0d879

Best regards,
-- 
Leon Romanovsky <leon@kernel.org>