All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] IB/rdmavt: Finish adding core verbs support
@ 2016-02-03 22:14 Dennis Dalessandro
       [not found] ` <20160203221136.1765.8947.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Dennis Dalessandro @ 2016-02-03 22:14 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

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

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

end of thread, other threads:[~2016-02-03 22:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-03 22:14 [PATCH 0/7] IB/rdmavt: Finish adding core verbs support Dennis Dalessandro
     [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

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.