linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Doug Ledford <dledford@redhat.com>, Jason Gunthorpe <jgg@mellanox.com>
Cc: Maor Gottlieb <maorg@mellanox.com>, linux-rdma@vger.kernel.org
Subject: [PATCH rdma-next v3 03/11] RDMA/core: Don't call fill_res_entry for PD
Date: Tue, 23 Jun 2020 14:30:35 +0300	[thread overview]
Message-ID: <20200623113043.1228482-4-leon@kernel.org> (raw)
In-Reply-To: <20200623113043.1228482-1-leon@kernel.org>

From: Maor Gottlieb <maorg@mellanox.com>

None of the vendor implement it, remove it.

Signed-off-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
---
 drivers/infiniband/core/nldev.c | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/drivers/infiniband/core/nldev.c b/drivers/infiniband/core/nldev.c
index e16105be2eb2..8548f09746ab 100644
--- a/drivers/infiniband/core/nldev.c
+++ b/drivers/infiniband/core/nldev.c
@@ -653,7 +653,6 @@ static int fill_res_pd_entry(struct sk_buff *msg, bool has_cap_net_admin,
 			     struct rdma_restrack_entry *res, uint32_t port)
 {
 	struct ib_pd *pd = container_of(res, struct ib_pd, res);
-	struct ib_device *dev = pd->device;
 
 	if (has_cap_net_admin) {
 		if (nla_put_u32(msg, RDMA_NLDEV_ATTR_RES_LOCAL_DMA_LKEY,
@@ -676,13 +675,7 @@ static int fill_res_pd_entry(struct sk_buff *msg, bool has_cap_net_admin,
 			pd->uobject->context->res.id))
 		goto err;
 
-	if (fill_res_name_pid(msg, res))
-		goto err;
-
-	if (fill_res_entry(dev, msg, res))
-		goto err;
-
-	return 0;
+	return fill_res_name_pid(msg, res);
 
 err:	return -EMSGSIZE;
 }
-- 
2.26.2


  parent reply	other threads:[~2020-06-23 11:31 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-23 11:30 [PATCH rdma-next v3 00/11] RAW format dumps through RDMAtool Leon Romanovsky
2020-06-23 11:30 ` [PATCH mlx5-next v3 01/11] net/mlx5: Export resource dump interface Leon Romanovsky
2020-06-23 11:30 ` [PATCH mlx5-next v3 02/11] net/mlx5: Add support in query QP, CQ and MKEY segments Leon Romanovsky
2020-06-23 11:30 ` Leon Romanovsky [this message]
2020-06-23 11:30 ` [PATCH rdma-next v3 04/11] RDMA: Add dedicated MR resource tracker function Leon Romanovsky
2020-06-23 11:30 ` [PATCH rdma-next v3 05/11] RDMA: Add a dedicated CQ " Leon Romanovsky
2020-06-23 11:30 ` [PATCH rdma-next v3 06/11] RDMA: Add dedicated QP " Leon Romanovsky
2020-06-23 11:30 ` [PATCH rdma-next v3 07/11] RDMA: Add dedicated CM_ID " Leon Romanovsky
2020-06-23 11:30 ` [PATCH rdma-next v3 08/11] RDMA: Add support to dump resource tracker in RAW format Leon Romanovsky
2020-06-23 11:30 ` [PATCH rdma-next v3 09/11] RDMA/mlx5: Add support to get QP resource " Leon Romanovsky
2020-06-23 11:30 ` [PATCH rdma-next v3 10/11] RDMA/mlx5: Add support to get CQ " Leon Romanovsky
2020-06-23 11:30 ` [PATCH rdma-next v3 11/11] RDMA/mlx5: Add support to get MR " Leon Romanovsky
2020-06-23 14:19 ` [PATCH rdma-next v3 00/11] RAW format dumps through RDMAtool Jason Gunthorpe
2020-06-23 14:27   ` Leon Romanovsky
2020-06-23 17:04     ` 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=20200623113043.1228482-4-leon@kernel.org \
    --to=leon@kernel.org \
    --cc=dledford@redhat.com \
    --cc=jgg@mellanox.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=maorg@mellanox.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 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).