linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Last NFS/RDMA client patches for v4.15
@ 2017-10-30 20:21 Chuck Lever
  2017-10-30 20:21 ` [PATCH v2 1/4] xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode Chuck Lever
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Chuck Lever @ 2017-10-30 20:21 UTC (permalink / raw)
  To: anna.schumaker; +Cc: linux-rdma, linux-nfs

Here's my final set of NFS/RDMA client patches for v4.15.

Three of these are clean up patches. The first patch is an important
change, however.

In the earlier set of patches, I changed the Receive CQ to run in
workqueue context. Here, I change the Send CQ to also run in
workqueue context.

In addition, I move it to a different compvec than the Receive CQ.
My performance measurements show that the two completion handlers
interfere with each other if they run in the same workqueue thread.

Please consider this set for v4.15.


Changes since the initial posting:
- Added Reviewed-by: tags to three of these
- Addressed Devesh's patch description comment

---

Chuck Lever (4):
      xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode
      rpcrdma: Remove C structure definitions of XDR data items
      xprtrdma: Remove include for linux/prefetch.h
      xprtrdma: Update copyright notices


 include/linux/sunrpc/rpc_rdma.h |   60 +--------------------------------------
 net/sunrpc/xprtrdma/rpc_rdma.c  |    7 +++--
 net/sunrpc/xprtrdma/transport.c |    1 +
 net/sunrpc/xprtrdma/verbs.c     |    4 +--
 net/sunrpc/xprtrdma/xprt_rdma.h |    7 +----
 5 files changed, 9 insertions(+), 70 deletions(-)

--
Chuck Lever

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-30 20:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-30 20:21 [PATCH v2 0/4] Last NFS/RDMA client patches for v4.15 Chuck Lever
2017-10-30 20:21 ` [PATCH v2 1/4] xprtrdma: Put Send CQ in IB_POLL_WORKQUEUE mode Chuck Lever
2017-10-30 20:21 ` [PATCH v2 2/4] rpcrdma: Remove C structure definitions of XDR data items Chuck Lever
2017-10-30 20:22 ` [PATCH v2 3/4] xprtrdma: Remove include for linux/prefetch.h Chuck Lever
2017-10-30 20:22 ` [PATCH v2 4/4] xprtrdma: Update copyright notices Chuck Lever

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).