All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Marciniszyn <mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: roland-BHEL68pLQRGGvPXPguhicg@public.gmane.org
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/3] qib MR fixes
Date: Wed, 27 Jun 2012 18:32:57 -0400	[thread overview]
Message-ID: <20120627223257.12508.1491.stgit@kop-dev-sles11-04.qlogic.org> (raw)

This series implements there fixes for:
1) an MR refcount leak in handling UC RDMA WRITE with immediate data
2) an EBUSY when MR refcounts are held by RDMA READ RESPONSES
3) elimination of a per-HCA spin lock when validating MR keys

---

Mike Marciniszyn (3):
      IB/qib: fix UC MR refs for immediate operations
      IB/qib: Avoid returning EBUSY from MR deregister
      IB/qib: RCU locking for MR validation


 drivers/infiniband/hw/qib/qib_keys.c  |  148 +++++++++++---------
 drivers/infiniband/hw/qib/qib_mr.c    |  247 +++++++++++++++++++--------------
 drivers/infiniband/hw/qib/qib_qp.c    |   21 +--
 drivers/infiniband/hw/qib/qib_rc.c    |   24 +--
 drivers/infiniband/hw/qib/qib_ruc.c   |   14 +-
 drivers/infiniband/hw/qib/qib_uc.c    |   31 +---
 drivers/infiniband/hw/qib/qib_ud.c    |   12 --
 drivers/infiniband/hw/qib/qib_verbs.c |   14 +-
 drivers/infiniband/hw/qib/qib_verbs.h |   31 ++++
 9 files changed, 292 insertions(+), 250 deletions(-)

--
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:[~2012-06-27 22:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 22:32 Mike Marciniszyn [this message]
     [not found] ` <20120627223257.12508.1491.stgit-hIFRcJ1SNwcXGO8/Qfapyjg/wwJxntczYPYVAmT7z5s@public.gmane.org>
2012-06-27 22:33   ` [PATCH 1/3] IB/qib: fix UC MR refs for immediate operations Mike Marciniszyn
2012-06-27 22:33   ` [PATCH 2/3] IB/qib: Avoid returning EBUSY from MR deregister Mike Marciniszyn
2012-06-27 22:33   ` [PATCH 3/3] IB/qib: RCU locking for MR validation Mike Marciniszyn
2012-07-05 20:49   ` [PATCH 0/3] qib MR fixes Roland Dreier

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=20120627223257.12508.1491.stgit@kop-dev-sles11-04.qlogic.org \
    --to=mike.marciniszyn-ral2jqcrhueavxtiumwx3w@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=roland-BHEL68pLQRGGvPXPguhicg@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.