All of lore.kernel.org
 help / color / mirror / Atom feed
From: "J. Bruce Fields" <bfields@fieldses.org>
To: Chuck Lever <chuck.lever@oracle.com>
Cc: linux-nfs@vger.kernel.org
Subject: Re: [PATCH v3 0/7] NFS/RDMA server patches for 4.2
Date: Thu, 4 Jun 2015 16:56:44 -0400	[thread overview]
Message-ID: <20150604205644.GG5209@fieldses.org> (raw)
In-Reply-To: <20150604151716.7835.65047.stgit@klimt.1015granger.net>

On Thu, Jun 04, 2015 at 11:20:25AM -0400, Chuck Lever wrote:
> Hi Bruce-
> 
> This is a simple update of last week's v2, just to keep up to date
> with review comments. You can find these in my git repo in the
> "nfsd-rdma-for-4.2" topic branch. See:

Thanks, applying for 4.2 pending some testing.

--b.

> 
>  git://git.linux-nfs.org/projects/cel/cel-2.6.git
> 
> 
> Changes since v2:
> - Rebased on v4.1-rc6
> - Dropped 2/10, 8/10, and 9/10, as discussed
> 
> 
> Changes since v1:
> - Rebased on v4.1-rc5
> - Add patch to merge xprtrdma.ko and svcrdma.ko into one module
> 
> ---
> 
> Chuck Lever (7):
>       rpcrdma: Merge svcrdma and xprtrdma modules into one
>       svcrdma: Add a separate "max data segs macro for svcrdma
>       svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL
>       svcrdma: Keep rpcrdma_msg fields in network byte-order
>       svcrdma: Remove svc_rdma_xdr_decode_deferred_req()
>       SUNRPC: Move EXPORT_SYMBOL for svc_process
>       svcrdma: Fix byte-swapping in svc_rdma_sendto.c
> 
> 
>  include/linux/sunrpc/svc_rdma.h          |   11 ++
>  net/sunrpc/Kconfig                       |   28 ++----
>  net/sunrpc/Makefile                      |    3 -
>  net/sunrpc/svc.c                         |    2 
>  net/sunrpc/xprtrdma/Makefile             |   14 +--
>  net/sunrpc/xprtrdma/module.c             |   46 ++++++++++
>  net/sunrpc/xprtrdma/svc_rdma.c           |    8 --
>  net/sunrpc/xprtrdma/svc_rdma_marshal.c   |  140 ++++++++----------------------
>  net/sunrpc/xprtrdma/svc_rdma_recvfrom.c  |    2 
>  net/sunrpc/xprtrdma/svc_rdma_sendto.c    |   16 ++-
>  net/sunrpc/xprtrdma/svc_rdma_transport.c |   36 ++------
>  net/sunrpc/xprtrdma/transport.c          |   13 ---
>  net/sunrpc/xprtrdma/xprt_rdma.h          |   11 +-
>  13 files changed, 135 insertions(+), 195 deletions(-)
>  create mode 100644 net/sunrpc/xprtrdma/module.c
> 
> -- 
> Chuck Lever

      parent reply	other threads:[~2015-06-04 20:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-04 15:20 [PATCH v3 0/7] NFS/RDMA server patches for 4.2 Chuck Lever
2015-06-04 15:20 ` [PATCH v3 1/7] svcrdma: Fix byte-swapping in svc_rdma_sendto.c Chuck Lever
2015-06-04 15:20 ` [PATCH v3 2/7] SUNRPC: Move EXPORT_SYMBOL for svc_process Chuck Lever
2015-06-04 15:20 ` [PATCH v3 3/7] svcrdma: Remove svc_rdma_xdr_decode_deferred_req() Chuck Lever
2015-06-04 15:21 ` [PATCH v3 4/7] svcrdma: Keep rpcrdma_msg fields in network byte-order Chuck Lever
2015-06-04 15:21 ` [PATCH v3 5/7] svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL Chuck Lever
2015-06-04 15:21 ` [PATCH v3 6/7] svcrdma: Add a separate "max data segs macro for svcrdma Chuck Lever
2015-06-04 15:21 ` [PATCH v3 7/7] rpcrdma: Merge svcrdma and xprtrdma modules into one Chuck Lever
2015-06-04 20:56 ` J. Bruce Fields [this message]

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=20150604205644.GG5209@fieldses.org \
    --to=bfields@fieldses.org \
    --cc=chuck.lever@oracle.com \
    --cc=linux-nfs@vger.kernel.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.