linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] IB/rdmavt: clean ups, mad agents and query_qp
@ 2016-01-22 21:04 Dennis Dalessandro
       [not found] ` <20160122210251.9932.46251.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Dennis Dalessandro @ 2016-01-22 21:04 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

Add some minor clean ups as well as the mad agents and query queue pair to
rdmavt.

This series wil apply on the v2  "Add functions for cq, qp, post send and recv patch set."

Changes since v1:
Conflict resolution to apply on Doug's k.o/for-4.5

---

Dennis Dalessandro (3):
      IB/rdmavt: Add device structure allocation
      IB/rdmavt: Add mad agents to rdmavt
      IB/rdmavt: Fix copyright date

Harish Chegondi (1):
      IB/rdmavt: Add support for rvt_query_qp

Ira Weiny (2):
      IB/rdmavt: Remove unused variable from Queue Pair
      IB/rdmavt: add modify queue pair driver helpers


 drivers/infiniband/sw/rdmavt/ah.c    |    2 -
 drivers/infiniband/sw/rdmavt/ah.h    |    2 -
 drivers/infiniband/sw/rdmavt/cq.c    |    2 -
 drivers/infiniband/sw/rdmavt/cq.h    |    2 -
 drivers/infiniband/sw/rdmavt/dma.c   |    2 -
 drivers/infiniband/sw/rdmavt/dma.h   |    2 -
 drivers/infiniband/sw/rdmavt/mad.c   |   74 ++++++++++++++++++++++++++++++++++
 drivers/infiniband/sw/rdmavt/mad.h   |    5 +-
 drivers/infiniband/sw/rdmavt/mcast.c |    2 -
 drivers/infiniband/sw/rdmavt/mcast.h |    2 -
 drivers/infiniband/sw/rdmavt/mmap.c  |    2 -
 drivers/infiniband/sw/rdmavt/mmap.h  |    2 -
 drivers/infiniband/sw/rdmavt/mr.c    |    2 -
 drivers/infiniband/sw/rdmavt/mr.h    |    2 -
 drivers/infiniband/sw/rdmavt/pd.c    |    2 -
 drivers/infiniband/sw/rdmavt/pd.h    |    2 -
 drivers/infiniband/sw/rdmavt/qp.c    |   56 +++++++++++++++++++++++++-
 drivers/infiniband/sw/rdmavt/qp.h    |    2 -
 drivers/infiniband/sw/rdmavt/srq.c   |    2 -
 drivers/infiniband/sw/rdmavt/srq.h   |    2 -
 drivers/infiniband/sw/rdmavt/trace.c |    2 -
 drivers/infiniband/sw/rdmavt/trace.h |    2 -
 drivers/infiniband/sw/rdmavt/vt.c    |   36 +++++++++++------
 drivers/infiniband/sw/rdmavt/vt.h    |    3 +
 include/rdma/rdma_vt.h               |   16 ++++++-
 include/rdma/rdmavt_mr.h             |    2 -
 include/rdma/rdmavt_qp.h             |    3 -
 27 files changed, 190 insertions(+), 43 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] 7+ messages in thread

end of thread, other threads:[~2016-01-22 21:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-22 21:04 [PATCH v2 0/6] IB/rdmavt: clean ups, mad agents and query_qp Dennis Dalessandro
     [not found] ` <20160122210251.9932.46251.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-01-22 21:04   ` [PATCH v2 1/6] IB/rdmavt: Remove unused variable from Queue Pair Dennis Dalessandro
2016-01-22 21:04   ` [PATCH v2 2/6] IB/rdmavt: add modify queue pair driver helpers Dennis Dalessandro
2016-01-22 21:04   ` [PATCH v2 3/6] IB/rdmavt: Add device structure allocation Dennis Dalessandro
2016-01-22 21:04   ` [PATCH v2 4/6] IB/rdmavt: Add mad agents to rdmavt Dennis Dalessandro
2016-01-22 21:04   ` [PATCH v2 5/6] IB/rdmavt: Fix copyright date Dennis Dalessandro
2016-01-22 21:05   ` [PATCH v2 6/6] IB/rdmavt: Add support for rvt_query_qp Dennis Dalessandro

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).