From: Steve Wise <swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 0/6] iWARP patches for the 4.5-rc2 rebase
Date: Fri, 5 Feb 2016 14:01:55 -0800 [thread overview]
Message-ID: <cover.1454709715.git.swise@chelsio.com> (raw)
Here are the remaining iwarp-wip patches rebased on nvmf-4.5. I've pushed
this to branch nvmf-4.5-iwarp.
Sagi, it would be great if you could add these when you rebase.
Thanks!
Steve
---
Christoph Hellwig (2):
IB: add a simple MR pool
nvmet_rdma: use generic RDMA READ/WRITE path
Steve Wise (4):
IB: New common API for draining a queue pair
iw_cxgb4: add drain_qp function
nvme-rdma: use ib_drain_qp() function
IB: generic RDMA READ/WRITE API
drivers/infiniband/core/Makefile | 2 +-
drivers/infiniband/core/mr_pool.c | 85 ++++++++
drivers/infiniband/core/verbs.c | 76 +++++++
drivers/infiniband/hw/cxgb4/cq.c | 6 +-
drivers/infiniband/hw/cxgb4/iw_cxgb4.h | 2 +
drivers/infiniband/hw/cxgb4/provider.c | 1 +
drivers/infiniband/hw/cxgb4/qp.c | 8 +
drivers/nvme/host/rdma.c | 35 +---
drivers/nvme/target/Makefile | 2 +-
drivers/nvme/target/rdma.c | 205 +++++--------------
drivers/nvme/target/rw.c | 348 +++++++++++++++++++++++++++++++++
drivers/nvme/target/rw.h | 81 ++++++++
include/rdma/ib_verbs.h | 12 +-
include/rdma/mr_pool.h | 20 ++
14 files changed, 696 insertions(+), 187 deletions(-)
create mode 100644 drivers/infiniband/core/mr_pool.c
create mode 100644 drivers/nvme/target/rw.c
create mode 100644 drivers/nvme/target/rw.h
create mode 100644 include/rdma/mr_pool.h
--
2.7.0
--
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-02-05 22:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-05 22:01 Steve Wise [this message]
[not found] ` <cover.1454709715.git.swise-ut6Up61K2wZBDgjK7y7TUQ@public.gmane.org>
2016-02-04 21:51 ` [PATCH 1/6] IB: New common API for draining a queue pair Steve Wise
2016-02-04 21:52 ` [PATCH 2/6] iw_cxgb4: add drain_qp function Steve Wise
2016-02-04 21:52 ` [PATCH 3/6] nvme-rdma: use ib_drain_qp() function Steve Wise
2016-02-04 21:52 ` [PATCH 4/6] IB: add a simple MR pool Steve Wise
2016-02-04 21:56 ` [PATCH 5/6] IB: generic RDMA READ/WRITE API Steve Wise
2016-02-04 21:56 ` [PATCH 6/6] nvmet_rdma: use generic RDMA READ/WRITE path Steve Wise
2016-02-05 21:54 ` [PATCH 0/6] iWARP patches for the 4.5-rc2 rebase Steve Wise
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=cover.1454709715.git.swise@chelsio.com \
--to=swise-ut6up61k2wzbdgjk7y7tuq@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.