All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dennis Dalessandro <dennis.dalessandro-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/7] IB/rdmavt: Finish adding core verbs support
Date: Wed, 03 Feb 2016 14:14:25 -0800	[thread overview]
Message-ID: <20160203221136.1765.8947.stgit@scvm10.sc.intel.com> (raw)

Add the rest of the core verbs support to rdmavt. This includes query/modify
port as well as get_port_immutable and query quid. SRQ functionality is also
added as is support for memory affinity.

his patch series applies on the previously posted "staging/rdma/hfi1: Add
rdmavt support to hfi1" and can be seen in context at:
https://github.com/ddalessa/kernel/tree/for-4.6

---

Dennis Dalessandro (2):
      IB/rdmavt: Clean up distinction between port number and index
      IB/rdmavt: Add query gid support.

Harish Chegondi (1):
      IB/rdmavt: Add support for query_port, modify_port and get_port_immutable

Ira Weiny (2):
      IB/rdmavt: Add hardware driver send work request check
      IB/rdmavt: Properly pass gfp to hw driver function

Jubin John (1):
      IB/rdmavt: Add srq functionality to rdmavt

Mitko Haralanov (1):
      IB/rdmavt: Add Mem affinity support


 drivers/infiniband/sw/rdmavt/mad.c  |    8 +
 drivers/infiniband/sw/rdmavt/mad.h  |    2 
 drivers/infiniband/sw/rdmavt/mmap.c |    2 
 drivers/infiniband/sw/rdmavt/mr.c   |    2 
 drivers/infiniband/sw/rdmavt/qp.c   |   80 +++++++++--
 drivers/infiniband/sw/rdmavt/srq.c  |  257 ++++++++++++++++++++++++++++++++++-
 drivers/infiniband/sw/rdmavt/srq.h  |    1 
 drivers/infiniband/sw/rdmavt/vt.c   |  125 ++++++++++++-----
 drivers/infiniband/sw/rdmavt/vt.h   |   12 ++
 include/rdma/rdma_vt.h              |   17 ++
 10 files changed, 441 insertions(+), 65 deletions(-)

-- 
-Denny
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2016-02-03 22:14 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03 22:14 Dennis Dalessandro [this message]
     [not found] ` <20160203221136.1765.8947.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-02-03 22:14   ` [PATCH 1/7] IB/rdmavt: Add srq functionality to rdmavt Dennis Dalessandro
2016-02-03 22:14   ` [PATCH 2/7] IB/rdmavt: Add hardware driver send work request check Dennis Dalessandro
2016-02-03 22:14   ` [PATCH 3/7] IB/rdmavt: Add Mem affinity support Dennis Dalessandro
2016-02-03 22:15   ` [PATCH 4/7] IB/rdmavt: Clean up distinction between port number and index Dennis Dalessandro
2016-02-03 22:15   ` [PATCH 5/7] IB/rdmavt: Add query gid support Dennis Dalessandro
2016-02-03 22:15   ` [PATCH 6/7] IB/rdmavt: Add support for query_port, modify_port and get_port_immutable Dennis Dalessandro
2016-02-03 22:15   ` [PATCH 7/7] IB/rdmavt: Properly pass gfp to hw driver function Dennis Dalessandro

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=20160203221136.1765.8947.stgit@scvm10.sc.intel.com \
    --to=dennis.dalessandro-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 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.