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 v2 0/7] IB/qib: Use rdmavt for cq, post send/recv, some qp ops
Date: Fri, 22 Jan 2016 13:07:16 -0800 [thread overview]
Message-ID: <20160122210559.10962.33295.stgit@scvm10.sc.intel.com> (raw)
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.
This series applies on v2 "Clean ups, mad agents, and query_qp" patchest for rdmavt.
Changes since v1:
Conflict resolution to apply on Doug's k.o/for-4.5
---
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 | 315 +---------------
drivers/infiniband/hw/qib/qib_verbs.h | 135 -------
drivers/infiniband/hw/qib/qib_verbs_mcast.c | 363 ------------------
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
next reply other threads:[~2016-01-22 21:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 21:07 Dennis Dalessandro [this message]
[not found] ` <20160122210559.10962.33295.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-01-22 21:07 ` [PATCH v2 1/7] IB/qib: Use rdmavt device allocation function Dennis Dalessandro
2016-01-22 21:07 ` [PATCH v2 2/7] IB/qib: Remove create and free mad agents Dennis Dalessandro
2016-01-22 21:07 ` [PATCH v2 3/7] IB/qib: Remove completion queue data structures and functions from qib Dennis Dalessandro
2016-01-22 21:07 ` [PATCH v2 4/7] IB/qib: Use rdmavt version of post_send Dennis Dalessandro
2016-01-22 21:07 ` [PATCH v2 5/7] IB/qib: Remove qib_post_receive and use rdmavt version Dennis Dalessandro
2016-01-22 21:07 ` [PATCH v2 6/7] IB/qib: Remove qib multicast verbs functions Dennis Dalessandro
2016-01-22 21:08 ` [PATCH v2 7/7] IB/qib: Remove qib_query_qp 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=20160122210559.10962.33295.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 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).