linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rdma-next v1 0/4] ib_core allocation patches
@ 2020-06-30 10:18 Leon Romanovsky
  2020-06-30 14:59 ` Leon Romanovsky
  2020-07-06 23:13 ` Jason Gunthorpe
  0 siblings, 2 replies; 3+ messages in thread
From: Leon Romanovsky @ 2020-06-30 10:18 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Leon Romanovsky, Lijun Ou, linux-kernel, linux-rdma,
	Potnuri Bharat Teja, Weihang Li, Wei Hu(Xavier),
	Yishai Hadas

From: Leon Romanovsky <leonro@mellanox.com>

Changelog
v1:
 * Removed empty "//" comment
 * Deleted destroy_rwq_ind_table from object tree
 * One patch was accepted, so rebased on latest for-upstream
v0:
https://lore.kernel.org/lkml/20200624105422.1452290-1-leon@kernel.org

----------------------------------------------------------------------

Let's continue my allocation work.

Leon Romanovsky (4):
  RDMA/core: Create and destroy counters in the ib_core
  RDMA: Clean MW allocation and free flows
  RDMA: Move XRCD to be under ib_core responsibility
  RDMA/core: Convert RWQ table logic to ib_core allocation scheme

 drivers/infiniband/core/device.c              |  4 +
 drivers/infiniband/core/uverbs.h              |  2 +-
 drivers/infiniband/core/uverbs_cmd.c          | 63 +++++++++------
 drivers/infiniband/core/uverbs_main.c         | 10 +--
 drivers/infiniband/core/uverbs_std_types.c    | 19 +++--
 .../core/uverbs_std_types_counters.c          | 17 ++--
 drivers/infiniband/core/verbs.c               | 51 +++++-------
 drivers/infiniband/hw/cxgb4/iw_cxgb4.h        |  5 +-
 drivers/infiniband/hw/cxgb4/mem.c             | 35 +++------
 drivers/infiniband/hw/cxgb4/provider.c        |  4 +-
 drivers/infiniband/hw/hns/hns_roce_device.h   |  5 +-
 drivers/infiniband/hw/hns/hns_roce_main.c     |  2 +
 drivers/infiniband/hw/hns/hns_roce_mr.c       | 31 +++-----
 drivers/infiniband/hw/mlx4/main.c             | 43 +++++------
 drivers/infiniband/hw/mlx4/mlx4_ib.h          | 17 ++--
 drivers/infiniband/hw/mlx4/mr.c               | 32 +++-----
 drivers/infiniband/hw/mlx4/qp.c               | 40 +++-------
 drivers/infiniband/hw/mlx5/main.c             | 27 ++++---
 drivers/infiniband/hw/mlx5/mlx5_ib.h          | 18 ++---
 drivers/infiniband/hw/mlx5/mr.c               | 42 ++++------
 drivers/infiniband/hw/mlx5/qp.c               | 77 +++++++------------
 include/rdma/ib_verbs.h                       | 30 ++++----
 22 files changed, 247 insertions(+), 327 deletions(-)

--
2.26.2


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

* Re: [PATCH rdma-next v1 0/4] ib_core allocation patches
  2020-06-30 10:18 [PATCH rdma-next v1 0/4] ib_core allocation patches Leon Romanovsky
@ 2020-06-30 14:59 ` Leon Romanovsky
  2020-07-06 23:13 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Leon Romanovsky @ 2020-06-30 14:59 UTC (permalink / raw)
  To: Doug Ledford, Jason Gunthorpe
  Cc: Lijun Ou, linux-kernel, linux-rdma, Potnuri Bharat Teja,
	Weihang Li, Wei Hu(Xavier),
	Yishai Hadas

On Tue, Jun 30, 2020 at 01:18:51PM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@mellanox.com>
>
> Changelog
> v1:
>  * Removed empty "//" comment
>  * Deleted destroy_rwq_ind_table from object tree
>  * One patch was accepted, so rebased on latest for-upstream
> v0:
> https://lore.kernel.org/lkml/20200624105422.1452290-1-leon@kernel.org
>
> ----------------------------------------------------------------------
>
> Let's continue my allocation work.
>
> Leon Romanovsky (4):
>   RDMA/core: Create and destroy counters in the ib_core
>   RDMA: Clean MW allocation and free flows
>   RDMA: Move XRCD to be under ib_core responsibility
>   RDMA/core: Convert RWQ table logic to ib_core allocation scheme

Jason,

Please drop this patch, I will resubmit it together with fixes to
create/destroy RWQ table, like proper error unwind and proper usecnt
usage.

Thanks

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

* Re: [PATCH rdma-next v1 0/4] ib_core allocation patches
  2020-06-30 10:18 [PATCH rdma-next v1 0/4] ib_core allocation patches Leon Romanovsky
  2020-06-30 14:59 ` Leon Romanovsky
@ 2020-07-06 23:13 ` Jason Gunthorpe
  1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2020-07-06 23:13 UTC (permalink / raw)
  To: Leon Romanovsky
  Cc: Doug Ledford, Leon Romanovsky, Lijun Ou, linux-kernel,
	linux-rdma, Potnuri Bharat Teja, Weihang Li, Wei Hu(Xavier),
	Yishai Hadas

On Tue, Jun 30, 2020 at 01:18:51PM +0300, Leon Romanovsky wrote:
> From: Leon Romanovsky <leonro@mellanox.com>
> 
> Changelog
> v1:
>  * Removed empty "//" comment
>  * Deleted destroy_rwq_ind_table from object tree
>  * One patch was accepted, so rebased on latest for-upstream
> v0:
> https://lore.kernel.org/lkml/20200624105422.1452290-1-leon@kernel.org
> 
> 
> Let's continue my allocation work.
> 
> Leon Romanovsky (4):
>   RDMA/core: Create and destroy counters in the ib_core
>   RDMA: Move XRCD to be under ib_core responsibility

These two applied to for-next

Thanks,
Jason

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

end of thread, other threads:[~2020-07-06 23:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 10:18 [PATCH rdma-next v1 0/4] ib_core allocation patches Leon Romanovsky
2020-06-30 14:59 ` Leon Romanovsky
2020-07-06 23:13 ` 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).