linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme
@ 2020-09-02  8:16 Leon Romanovsky
  2020-09-17 17:38 ` Jason Gunthorpe
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Romanovsky @ 2020-09-02  8:16 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Leon Romanovsky, Leon Romanovsky, Lijun Ou, linux-kernel,
	linux-rdma, Potnuri Bharat Teja, Weihang Li, Wei Hu(Xavier),
	Yishai Hadas

From: Leon Romanovsky <leonro@nvidia.com>

Continue with allocation patches.

Leon Romanovsky (2):
  RDMA: Clean MW allocation and free flows
  RDMA: Convert RWQ table logic to ib_core allocation scheme

 drivers/infiniband/core/device.c            |  2 +
 drivers/infiniband/core/uverbs_cmd.c        | 45 +++++++++++++--------
 drivers/infiniband/core/uverbs_main.c       |  7 +++-
 drivers/infiniband/core/uverbs_std_types.c  | 12 +++++-
 drivers/infiniband/core/verbs.c             | 23 -----------
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h      |  3 +-
 drivers/infiniband/hw/cxgb4/mem.c           | 32 +++++----------
 drivers/infiniband/hw/cxgb4/provider.c      |  4 +-
 drivers/infiniband/hw/hns/hns_roce_device.h |  3 +-
 drivers/infiniband/hw/hns/hns_roce_main.c   |  2 +
 drivers/infiniband/hw/hns/hns_roce_mr.c     | 28 ++++---------
 drivers/infiniband/hw/mlx4/main.c           |  5 +++
 drivers/infiniband/hw/mlx4/mlx4_ib.h        | 20 +++++----
 drivers/infiniband/hw/mlx4/mr.c             | 30 +++++---------
 drivers/infiniband/hw/mlx4/qp.c             | 40 +++++-------------
 drivers/infiniband/hw/mlx5/cmd.c            |  4 +-
 drivers/infiniband/hw/mlx5/cmd.h            |  2 +-
 drivers/infiniband/hw/mlx5/main.c           |  5 +++
 drivers/infiniband/hw/mlx5/mlx5_ib.h        |  9 ++---
 drivers/infiniband/hw/mlx5/mr.c             | 40 +++++++-----------
 drivers/infiniband/hw/mlx5/qp.c             | 41 +++++++------------
 include/rdma/ib_verbs.h                     | 13 +++---
 22 files changed, 158 insertions(+), 212 deletions(-)

--
2.26.2


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme
  2020-09-02  8:16 [PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme Leon Romanovsky
@ 2020-09-17 17:38 ` Jason Gunthorpe
  0 siblings, 0 replies; 2+ messages in thread
From: Jason Gunthorpe @ 2020-09-17 17:38 UTC (permalink / raw)
  To: Leon Romanovsky
  Cc: Doug Ledford, Leon Romanovsky, Leon Romanovsky, Lijun Ou,
	linux-kernel, linux-rdma, Potnuri Bharat Teja, Weihang Li,
	Wei Hu(Xavier),
	Yishai Hadas

On Wed, Sep 02, 2020 at 11:16:21AM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@nvidia.com>
> 
> Continue with allocation patches.
> 
> Leon Romanovsky (2):
>   RDMA: Clean MW allocation and free flows
>   RDMA: Convert RWQ table logic to ib_core allocation scheme

Applied to for-next

Thanks,
Jason

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-17 18:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  8:16 [PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme Leon Romanovsky
2020-09-17 17:38 ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).