All of lore.kernel.org
 help / color / mirror / Atom feed
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 0/7] IB/qib: Finish adding core rdmavt verbs support
Date: Wed, 03 Feb 2016 14:19:51 -0800	[thread overview]
Message-ID: <20160203221808.4030.95183.stgit@scvm10.sc.intel.com> (raw)

Add the rest of the rdmavt core verbs support in qib, this mostly entails
removing existing operations.

This patch series applies on the previously posted "IB/rdmavt: Finish
adding core verbs support" and can be seen in context at:
https://github.com/ddalessa/kernel/tree/for-4.6

---

Dennis Dalessandro (2):
      IB/qib: Clean up register_ib_device
      IB/qib: Support query gid in rdmavt

Harish Chegondi (4):
      IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn instead
      IB/qib: Remove modify queue pair code
      IB/qib: Remove destroy queue pair code
      IB/qib: Remove modify_port and port_immutable functions

Jubin John (1):
      IB/qib: Remove srq functionality


 drivers/infiniband/hw/qib/Makefile     |    2 
 drivers/infiniband/hw/qib/qib.h        |   13 +
 drivers/infiniband/hw/qib/qib_common.h |    1 
 drivers/infiniband/hw/qib/qib_driver.c |   27 -
 drivers/infiniband/hw/qib/qib_mad.c    |    5 
 drivers/infiniband/hw/qib/qib_qp.c     |  636 +++-----------------------------
 drivers/infiniband/hw/qib/qib_rc.c     |   10 -
 drivers/infiniband/hw/qib/qib_ruc.c    |   17 +
 drivers/infiniband/hw/qib/qib_sdma.c   |    2 
 drivers/infiniband/hw/qib/qib_srq.c    |  380 -------------------
 drivers/infiniband/hw/qib/qib_uc.c     |   10 -
 drivers/infiniband/hw/qib/qib_ud.c     |   17 +
 drivers/infiniband/hw/qib/qib_verbs.c  |  213 ++---------
 drivers/infiniband/hw/qib/qib_verbs.h  |   51 ---
 14 files changed, 168 insertions(+), 1216 deletions(-)
 delete mode 100644 drivers/infiniband/hw/qib/qib_srq.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

             reply	other threads:[~2016-02-03 22:19 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-03 22:19 Dennis Dalessandro [this message]
     [not found] ` <20160203221808.4030.95183.stgit-9QXIwq+3FY+1XWohqUldA0EOCMrvLtNR@public.gmane.org>
2016-02-03 22:20   ` [PATCH 1/7] IB/qib: Remove srq functionality Dennis Dalessandro
2016-02-03 22:20   ` [PATCH 2/7] IB/qib: Clean up register_ib_device Dennis Dalessandro
2016-02-03 22:20   ` [PATCH 3/7] IB/qib: Remove qib_lookup_qpn and use rvt_lookup_qpn instead Dennis Dalessandro
2016-02-03 22:20   ` [PATCH 4/7] IB/qib: Remove modify queue pair code Dennis Dalessandro
2016-02-03 22:20   ` [PATCH 5/7] IB/qib: Remove destroy " Dennis Dalessandro
2016-02-03 22:20   ` [PATCH 6/7] IB/qib: Support query gid in rdmavt Dennis Dalessandro
2016-02-03 22:20   ` [PATCH 7/7] IB/qib: Remove modify_port and port_immutable functions 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=20160203221808.4030.95183.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 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.