From: Chuck Lever <chuck.lever-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
To: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH v1 0/7] server-side NFS/RDMA patches proposed for v4.10
Date: Wed, 09 Nov 2016 12:33:37 -0500 [thread overview]
Message-ID: <20161109165814.15735.47815.stgit@klimt.1015granger.net> (raw)
I'd like to propose these server-side changes for v4.10. They
include:
- Drop connection on GSS sequence window overflow
- Remove unnecessary spin lock in the svc_rdma_send path
- A number of minor clean-ups
Available in the "nfsd-rdma-for-4.10" topic branch of this git repo:
git://git.linux-nfs.org/projects/cel/cel-2.6.git
Or for browsing:
http://git.linux-nfs.org/?p=cel/cel-2.6.git;a=log;h=refs/heads/nfsd-rdma-for-4.10
Meanwhile, I've been working on converting the server-side RPC/RDMA
transport to use the new generic R/W API. The prototype for the
svc_rdma_sendto path works for some forms of the transport header,
but still has a few bugs. The svc_rdma_recvfrom path will be next,
but is an even larger task.
When this work is further along I will publish a topic branch.
---
Chuck Lever (7):
svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit arm
svcauth_gss: Close connection when dropping an incoming message
svcrdma: Renovate sendto chunk list parsing
svcrdma: Remove BH-disabled spin locking in svc_rdma_send()
svcrdma: Remove DMA map accounting
svcrdma: Remove svc_rdma_op_ctxt::wc_status
svcrdma: Break up dprintk format in svc_rdma_accept()
include/linux/sunrpc/svc_rdma.h | 7 --
net/sunrpc/auth_gss/svcauth_gss.c | 2 -
net/sunrpc/svc.c | 14 +++-
net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 1
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 19 +++++
net/sunrpc/xprtrdma/svc_rdma_sendto.c | 99 +++++++++-------------------
net/sunrpc/xprtrdma/svc_rdma_transport.c | 87 ++++++++-----------------
7 files changed, 87 insertions(+), 142 deletions(-)
--
Chuck Lever
--
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-11-09 17:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-09 17:33 Chuck Lever [this message]
[not found] ` <20161109165814.15735.47815.stgit-Hs+gFlyCn65vLzlybtyyYzGyq/o6K9yX@public.gmane.org>
2016-11-09 17:33 ` [PATCH v1 1/7] svcrdma: Clear xpt_bc_xps in xprt_setup_rdma_bc() error exit arm Chuck Lever
2016-11-09 17:33 ` [PATCH v1 2/7] svcauth_gss: Close connection when dropping an incoming message Chuck Lever
2016-11-09 17:34 ` [PATCH v1 3/7] svcrdma: Renovate sendto chunk list parsing Chuck Lever
2016-11-09 17:34 ` [PATCH v1 4/7] svcrdma: Remove BH-disabled spin locking in svc_rdma_send() Chuck Lever
2016-11-09 17:34 ` [PATCH v1 5/7] svcrdma: Remove DMA map accounting Chuck Lever
2016-11-09 17:34 ` [PATCH v1 6/7] svcrdma: Remove svc_rdma_op_ctxt::wc_status Chuck Lever
2016-11-09 17:34 ` [PATCH v1 7/7] svcrdma: Break up dprintk format in svc_rdma_accept() Chuck Lever
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=20161109165814.15735.47815.stgit@klimt.1015granger.net \
--to=chuck.lever-qhclzuegtsvqt0dzr+alfa@public.gmane.org \
--cc=linux-nfs-u79uwXL29TY76Z2rM5mHXA@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