linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] IB/qib: Use rdmavt for cq, post send/recv, some qp ops
@ 2016-01-19 22:33 Dennis Dalessandro
       [not found] ` <20160119223130.30925.93860.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Dennis Dalessandro @ 2016-01-19 22:33 UTC (permalink / raw)
  To: dledford-H+wXaHxf7aLQT0dZR+AlfA; +Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA

This patch set continues to remove code from qib and use the rdmavt version. It
includes usage of completion queues, post send and receive as well as the query
qp functionality. The patch set also pulls in the rdmavt version of create/free
mad agents and device allocation.
---

Dennis Dalessandro (2):
      IB/qib: Use rdmavt device allocation function
      IB/qib: Remove create and free mad agents

Harish Chegondi (5):
      IB/qib: Remove completion queue data structures and functions from qib
      IB/qib: Use rdmavt version of post_send
      IB/qib: Remove qib_post_receive and use rdmavt version
      IB/qib: Remove qib multicast verbs functions
      IB/qib: Remove qib_query_qp function


 drivers/infiniband/hw/qib/Makefile          |    4 
 drivers/infiniband/hw/qib/qib.h             |    2 
 drivers/infiniband/hw/qib/qib_cq.c          |  545 ---------------------------
 drivers/infiniband/hw/qib/qib_driver.c      |    8 
 drivers/infiniband/hw/qib/qib_iba7322.c     |   10 
 drivers/infiniband/hw/qib/qib_init.c        |   10 
 drivers/infiniband/hw/qib/qib_mad.c         |   99 +----
 drivers/infiniband/hw/qib/qib_qp.c          |   66 ---
 drivers/infiniband/hw/qib/qib_rc.c          |   52 +--
 drivers/infiniband/hw/qib/qib_ruc.c         |   41 +-
 drivers/infiniband/hw/qib/qib_sdma.c        |    4 
 drivers/infiniband/hw/qib/qib_uc.c          |   14 -
 drivers/infiniband/hw/qib/qib_ud.c          |   14 -
 drivers/infiniband/hw/qib/qib_verbs.c       |  310 +--------------
 drivers/infiniband/hw/qib/qib_verbs.h       |  135 -------
 drivers/infiniband/hw/qib/qib_verbs_mcast.c |  368 ------------------
 16 files changed, 149 insertions(+), 1533 deletions(-)
 delete mode 100644 drivers/infiniband/hw/qib/qib_cq.c
 delete mode 100644 drivers/infiniband/hw/qib/qib_verbs_mcast.c

-- 
-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-01-19 22:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 22:33 [PATCH 0/7] IB/qib: Use rdmavt for cq, post send/recv, some qp ops Dennis Dalessandro
     [not found] ` <20160119223130.30925.93860.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-01-19 22:33   ` [PATCH 1/7] IB/qib: Use rdmavt device allocation function Dennis Dalessandro
2016-01-19 22:33   ` [PATCH 2/7] IB/qib: Remove create and free mad agents Dennis Dalessandro
2016-01-19 22:33   ` [PATCH 3/7] IB/qib: Remove completion queue data structures and functions from qib Dennis Dalessandro
2016-01-19 22:33   ` [PATCH 4/7] IB/qib: Use rdmavt version of post_send Dennis Dalessandro
2016-01-19 22:33   ` [PATCH 5/7] IB/qib: Remove qib_post_receive and use rdmavt version Dennis Dalessandro
2016-01-19 22:33   ` [PATCH 6/7] IB/qib: Remove qib multicast verbs functions Dennis Dalessandro
2016-01-19 22:34   ` [PATCH 7/7] IB/qib: Remove qib_query_qp function 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).