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/9] Start to rely on rdmavt for qp support and other verbs
Date: Fri, 22 Jan 2016 12:55:54 -0800 [thread overview]
Message-ID: <20160122205437.6530.68843.stgit@scvm10.sc.intel.com> (raw)
This patch set removes the ibport from qib and starts to add in more support for
rdamvt provided verbs functionality. Included is AH notification, pkey support,
and queue pair creation.
This patchset builds on the v2 of "Start to add qp support to rdmavt and other verbs"
patchset.
Changes since v1:
Conflict resolution after rebase onto Doug's k.o/for-4.5
---
Harish Chegondi (9):
IB/qib: Remove ibport and use rdmavt version
IB/qib: Implement qib support for AH notification
IB/qib: Remove mmap from qib
IB/qib: Use rdmavt pkey verbs function
IB/qib: Remove qpn, qp tables and related variables from qib
IB/qib: Delete QIB user context allocation and de-alloction functions
IB/qib: Remove qib_query_device function
IB/qib: Use rdmavt send and receive flags
IB/qib: Remove create qp and create qp table functionality
drivers/infiniband/hw/qib/Makefile | 2
drivers/infiniband/hw/qib/qib.h | 3
drivers/infiniband/hw/qib/qib_cq.c | 18 -
drivers/infiniband/hw/qib/qib_driver.c | 14 -
drivers/infiniband/hw/qib/qib_iba6120.c | 8
drivers/infiniband/hw/qib/qib_iba7322.c | 2
drivers/infiniband/hw/qib/qib_init.c | 10 +
drivers/infiniband/hw/qib/qib_mad.c | 240 ++++++------
drivers/infiniband/hw/qib/qib_mmap.c | 174 ---------
drivers/infiniband/hw/qib/qib_qp.c | 521 ++++++---------------------
drivers/infiniband/hw/qib/qib_rc.c | 182 +++++----
drivers/infiniband/hw/qib/qib_ruc.c | 32 +-
drivers/infiniband/hw/qib/qib_sdma.c | 10 -
drivers/infiniband/hw/qib/qib_srq.c | 18 -
drivers/infiniband/hw/qib/qib_sysfs.c | 65 +++
drivers/infiniband/hw/qib/qib_uc.c | 18 -
drivers/infiniband/hw/qib/qib_ud.c | 36 +-
drivers/infiniband/hw/qib/qib_verbs.c | 371 ++++++++-----------
drivers/infiniband/hw/qib/qib_verbs.h | 187 +---------
drivers/infiniband/hw/qib/qib_verbs_mcast.c | 28 +
20 files changed, 668 insertions(+), 1271 deletions(-)
delete mode 100644 drivers/infiniband/hw/qib/qib_mmap.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 20:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-22 20:55 Dennis Dalessandro [this message]
[not found] ` <20160122205437.6530.68843.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-01-22 20:56 ` [PATCH v2 1/9] IB/qib: Remove ibport and use rdmavt version Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 2/9] IB/qib: Implement qib support for AH notification Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 3/9] IB/qib: Remove mmap from qib Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 4/9] IB/qib: Use rdmavt pkey verbs function Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 5/9] IB/qib: Remove qpn, qp tables and related variables from qib Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 6/9] IB/qib: Delete QIB user context allocation and de-alloction functions Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 7/9] IB/qib: Remove qib_query_device function Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 8/9] IB/qib: Use rdmavt send and receive flags Dennis Dalessandro
2016-01-22 20:56 ` [PATCH v2 9/9] IB/qib: Remove create qp and create qp table functionality 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=20160122205437.6530.68843.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).