Return-Path: Received: from userp2120.oracle.com ([156.151.31.85]:36770 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750905AbeAPVbN (ORCPT ); Tue, 16 Jan 2018 16:31:13 -0500 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 11.2 \(3445.5.20\)) Subject: Re: [PATCH v2 0/3] NFS/RDMA server changes for v4.16 From: Chuck Lever In-Reply-To: <20180103203849.7074.9609.stgit@klimt.1015granger.net> Date: Tue, 16 Jan 2018 16:31:07 -0500 Cc: linux-rdma , Linux NFS Mailing List Message-Id: References: <20180103203849.7074.9609.stgit@klimt.1015granger.net> To: Bruce Fields Sender: linux-nfs-owner@vger.kernel.org List-ID: > On Jan 3, 2018, at 3:42 PM, Chuck Lever = wrote: >=20 > Hi Bruce- >=20 > Would you consider these patches for merging into v4.16? Hi Bruce, since you haven't responded, I assume these will not appear in v4.16. Let's drop these for now, and I will resubmit them for v4.17. > Changes since v1: > - Rebased on v4.15-rc6 > - Address a 0day robot complaint in nfsd3_proc_symlink > - Properly handle error return from svc_rdma_handle_bc_reply >=20 > --- >=20 > Chuck Lever (3): > svcrdma: Post Receives in the Receive completion handler > NFSD: Clean up write argument XDR decoders > NFSD: Clean up symlink argument XDR decoders >=20 >=20 > fs/nfsd/nfs3proc.c | 18 ++++- > fs/nfsd/nfs3xdr.c | 67 ++++------------- > fs/nfsd/nfs4proc.c | 37 +++------- > fs/nfsd/nfs4xdr.c | 11 ++- > fs/nfsd/nfsproc.c | 23 ++++-- > fs/nfsd/nfsxdr.c | 63 ++++++++-------- > fs/nfsd/xdr.h | 3 + > fs/nfsd/xdr3.h | 3 + > fs/nfsd/xdr4.h | 3 + > include/linux/sunrpc/svc.h | 4 + > include/linux/sunrpc/svc_rdma.h | 2 - > net/sunrpc/svc.c | 109 = ++++++++++++++++++++++++++++ > net/sunrpc/xprtrdma/svc_rdma_backchannel.c | 5 - > net/sunrpc/xprtrdma/svc_rdma_recvfrom.c | 9 -- > net/sunrpc/xprtrdma/svc_rdma_sendto.c | 6 -- > net/sunrpc/xprtrdma/svc_rdma_transport.c | 25 ++---- > 16 files changed, 225 insertions(+), 163 deletions(-) >=20 > -- > Chuck Lever > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" = in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Chuck Lever