public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch@lst.de>
To: dledford@redhat.com, bart.vanassche@sandisk.com
Cc: swise@opengridcomputing.com, sagig@mellanox.com,
	linux-rdma@vger.kernel.org, target-devel@vger.kernel.org
Subject: [PATCH v5 1/9] IB/cma: pass the port number to ib_create_qp
Date: Fri, 11 Mar 2016 19:53:11 +0100	[thread overview]
Message-ID: <1457722399-25811-2-git-send-email-hch@lst.de> (raw)
In-Reply-To: <1457722399-25811-1-git-send-email-hch@lst.de>

The new RW API will need this.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Tested-by: Steve Wise <swise@opengridcomputing.com>
---
 drivers/infiniband/core/cma.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/infiniband/core/cma.c b/drivers/infiniband/core/cma.c
index 9729639..a791522 100644
--- a/drivers/infiniband/core/cma.c
+++ b/drivers/infiniband/core/cma.c
@@ -800,6 +800,7 @@ int rdma_create_qp(struct rdma_cm_id *id, struct ib_pd *pd,
 	if (id->device != pd->device)
 		return -EINVAL;
 
+	qp_init_attr->port_num = id->port_num;
 	qp = ib_create_qp(pd, qp_init_attr);
 	if (IS_ERR(qp))
 		return PTR_ERR(qp);
-- 
2.1.4

  reply	other threads:[~2016-03-11 18:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-11 18:53 generic RDMA READ/WRITE API V5 Christoph Hellwig
2016-03-11 18:53 ` Christoph Hellwig [this message]
2016-03-11 18:53 ` [PATCH v5 2/9] IB/core: allow passing mapping an offset into the SG in ib_map_mr_sg Christoph Hellwig
2016-03-11 18:53 ` [PATCH v5 3/9] IB/core: add a helper to check for READ WITH INVALIDATE support Christoph Hellwig
2016-03-11 18:53 ` [PATCH v5 4/9] IB/core: refactor ib_create_qp Christoph Hellwig
2016-03-11 18:53 ` [PATCH v5 5/9] IB/core: add a simple MR pool Christoph Hellwig
2016-03-11 18:53 ` [PATCH v5 6/9] IB/core: add a need_inval flag to struct ib_mr Christoph Hellwig
2016-03-11 18:53 ` [PATCH v5 7/9] IB/core: generic RDMA READ/WRITE API Christoph Hellwig
     [not found] ` <1457722399-25811-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-03-11 18:53   ` [PATCH v5 8/9] target: enhance and export target_alloc_sgl/target_free_sgl Christoph Hellwig
2016-03-11 18:53   ` [PATCH v5 9/9] IB/srpt: convert to the generic RDMA READ/WRITE API Christoph Hellwig

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=1457722399-25811-2-git-send-email-hch@lst.de \
    --to=hch@lst.de \
    --cc=bart.vanassche@sandisk.com \
    --cc=dledford@redhat.com \
    --cc=linux-rdma@vger.kernel.org \
    --cc=sagig@mellanox.com \
    --cc=swise@opengridcomputing.com \
    --cc=target-devel@vger.kernel.org \
    /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