All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Doug Ledford <dledford@redhat.com>, Jason Gunthorpe <jgg@nvidia.com>
Cc: Leon Romanovsky <leonro@nvidia.com>,
	Leon Romanovsky <leonro@mellanox.com>,
	Lijun Ou <oulijun@huawei.com>,
	linux-kernel@vger.kernel.org, linux-rdma@vger.kernel.org,
	Potnuri Bharat Teja <bharat@chelsio.com>,
	Weihang Li <liweihang@huawei.com>,
	"Wei Hu(Xavier)" <huwei87@hisilicon.com>,
	Yishai Hadas <yishaih@nvidia.com>
Subject: [PATCH rdma-next 0/2] Convert RWQ and MW to general allocation scheme
Date: Wed,  2 Sep 2020 11:16:21 +0300	[thread overview]
Message-ID: <20200902081623.746359-1-leon@kernel.org> (raw)

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


             reply	other threads:[~2020-09-02  8:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-02  8:16 Leon Romanovsky [this message]
2020-09-02  8:16 ` [PATCH rdma-next 1/2] RDMA: Clean MW allocation and free flows Leon Romanovsky
2020-09-02  8:16 ` [PATCH rdma-next 2/2] RDMA: Convert RWQ table logic to ib_core allocation scheme Leon Romanovsky
2020-09-17 17:38 ` [PATCH rdma-next 0/2] Convert RWQ and MW to general " Jason Gunthorpe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200902081623.746359-1-leon@kernel.org \
    --to=leon@kernel.org \
    --cc=bharat@chelsio.com \
    --cc=dledford@redhat.com \
    --cc=huwei87@hisilicon.com \
    --cc=jgg@nvidia.com \
    --cc=leonro@mellanox.com \
    --cc=leonro@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rdma@vger.kernel.org \
    --cc=liweihang@huawei.com \
    --cc=oulijun@huawei.com \
    --cc=yishaih@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.