linux-rdma.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Please pull NFSoRDMA changes for 4.4
@ 2015-10-23 20:44 Anna Schumaker
       [not found] ` <562A9C42.7030506-ZwjVKphTwtPQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Anna Schumaker @ 2015-10-23 20:44 UTC (permalink / raw)
  To: Trond Myklebust
  Cc: linux-nfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-rdma

Hi Trond,

The following changes since commit 7379047d5585187d1288486d4627873170d0005a:

  Linux 4.3-rc6 (2015-10-18 16:08:42 -0700)

are available in the git repository at:

  git://git.linux-nfs.org/projects/anna/nfs-rdma.git tags/nfs-rdma-4.4

for you to fetch changes up to 50add18fd4c82cc1eaedc6ce879d998a66f20e1f:

  NFS: Enable client side NFSv4.1 backchannel to use other transports (2015-10-19 14:48:18 -0400)

Thanks,
Anna

----------------------------------------------------------------
Chuck Lever (16):
      xprtrdma: Enable swap-on-NFS/RDMA
      xprtrdma: Re-arm after missed events
      xprtrdma: Prevent loss of completion signals
      xprtrdma: Refactor reply handler error handling
      xprtrdma: Replace send and receive arrays
      xprtrdma: Use workqueue to process RPC/RDMA replies
      xprtrdma: Remove reply tasklet
      xprtrdma: Saving IRQs no longer needed for rb_lock
      SUNRPC: Abstract backchannel operations
      xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers
      xprtrdma: Pre-allocate Work Requests for backchannel
      xprtrdma: Add support for sending backward direction RPC replies
      xprtrdma: Handle incoming backward direction RPC calls
      svcrdma: Add backward direction service for RPC/RDMA transport
      SUNRPC: Remove the TCP-only restriction in bc_svc_process()
      NFS: Enable client side NFSv4.1 backchannel to use other transports

 fs/nfs/callback.c                        |  33 +++++++++------
 include/linux/sunrpc/bc_xprt.h           |   5 +++
 include/linux/sunrpc/svc_rdma.h          |   6 ++-
 include/linux/sunrpc/xprt.h              |   7 ++++
 net/sunrpc/backchannel_rqst.c            |  24 ++++++++++-
 net/sunrpc/svc.c                         |   5 ---
 net/sunrpc/xprtrdma/Makefile             |   1 +
 net/sunrpc/xprtrdma/backchannel.c        | 373 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 net/sunrpc/xprtrdma/rpc_rdma.c           | 148 +++++++++++++++++++++++++++++++++++++++++++++--------------------
 net/sunrpc/xprtrdma/svc_rdma.c           |   6 +++
 net/sunrpc/xprtrdma/svc_rdma_transport.c |  58 ++++++++++++++++++++++++++
 net/sunrpc/xprtrdma/transport.c          |  18 +++++++-
 net/sunrpc/xprtrdma/verbs.c              | 479 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------
 net/sunrpc/xprtrdma/xprt_rdma.h          |  53 +++++++++++++++++++-----
 net/sunrpc/xprtsock.c                    |  16 ++++++++
 15 files changed, 916 insertions(+), 316 deletions(-)
 create mode 100644 net/sunrpc/xprtrdma/backchannel.c
--
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

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

* Re: [GIT PULL] Please pull NFSoRDMA changes for 4.4
       [not found] ` <562A9C42.7030506-ZwjVKphTwtPQT0dZR+AlfA@public.gmane.org>
@ 2015-10-24 18:41   ` Chuck Lever
       [not found]     ` <914C310D-238E-4646-891F-7680492D440C-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Chuck Lever @ 2015-10-24 18:41 UTC (permalink / raw)
  To: Anna Schumaker; +Cc: Trond Myklebust, Linux NFS Mailing List, linux-rdma


> On Oct 23, 2015, at 4:44 PM, Anna Schumaker <Anna.Schumaker-HgOvQuBEEgRhl2p70BpVqQ@public.gmane.orgm> wrote:
> 
> Hi Trond,
> 
> The following changes since commit 7379047d5585187d1288486d4627873170d0005a:
> 
>  Linux 4.3-rc6 (2015-10-18 16:08:42 -0700)
> 
> are available in the git repository at:
> 
>  git://git.linux-nfs.org/projects/anna/nfs-rdma.git tags/nfs-rdma-4.4
> 
> for you to fetch changes up to 50add18fd4c82cc1eaedc6ce879d998a66f20e1f:
> 
>  NFS: Enable client side NFSv4.1 backchannel to use other transports (2015-10-19 14:48:18 -0400)

Anna, did you already send Steve Wise’s fix for 4.4?

http://marc.info/?l=linux-nfs&m=144285627709672&w=2


> Thanks,
> Anna
> 
> ----------------------------------------------------------------
> Chuck Lever (16):
>      xprtrdma: Enable swap-on-NFS/RDMA
>      xprtrdma: Re-arm after missed events
>      xprtrdma: Prevent loss of completion signals
>      xprtrdma: Refactor reply handler error handling
>      xprtrdma: Replace send and receive arrays
>      xprtrdma: Use workqueue to process RPC/RDMA replies
>      xprtrdma: Remove reply tasklet
>      xprtrdma: Saving IRQs no longer needed for rb_lock
>      SUNRPC: Abstract backchannel operations
>      xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers
>      xprtrdma: Pre-allocate Work Requests for backchannel
>      xprtrdma: Add support for sending backward direction RPC replies
>      xprtrdma: Handle incoming backward direction RPC calls
>      svcrdma: Add backward direction service for RPC/RDMA transport
>      SUNRPC: Remove the TCP-only restriction in bc_svc_process()
>      NFS: Enable client side NFSv4.1 backchannel to use other transports
> 
> fs/nfs/callback.c                        |  33 +++++++++------
> include/linux/sunrpc/bc_xprt.h           |   5 +++
> include/linux/sunrpc/svc_rdma.h          |   6 ++-
> include/linux/sunrpc/xprt.h              |   7 ++++
> net/sunrpc/backchannel_rqst.c            |  24 ++++++++++-
> net/sunrpc/svc.c                         |   5 ---
> net/sunrpc/xprtrdma/Makefile             |   1 +
> net/sunrpc/xprtrdma/backchannel.c        | 373 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> net/sunrpc/xprtrdma/rpc_rdma.c           | 148 +++++++++++++++++++++++++++++++++++++++++++++--------------------
> net/sunrpc/xprtrdma/svc_rdma.c           |   6 +++
> net/sunrpc/xprtrdma/svc_rdma_transport.c |  58 ++++++++++++++++++++++++++
> net/sunrpc/xprtrdma/transport.c          |  18 +++++++-
> net/sunrpc/xprtrdma/verbs.c              | 479 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------
> net/sunrpc/xprtrdma/xprt_rdma.h          |  53 +++++++++++++++++++-----
> net/sunrpc/xprtsock.c                    |  16 ++++++++
> 15 files changed, 916 insertions(+), 316 deletions(-)
> create mode 100644 net/sunrpc/xprtrdma/backchannel.c
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

—
Chuck Lever



--
To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [GIT PULL] Please pull NFSoRDMA changes for 4.4
       [not found]     ` <914C310D-238E-4646-891F-7680492D440C-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
@ 2015-11-02 15:17       ` Anna Schumaker
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Schumaker @ 2015-11-02 15:17 UTC (permalink / raw)
  To: Chuck Lever, Anna Schumaker
  Cc: Trond Myklebust, Linux NFS Mailing List, linux-rdma

On 10/24/2015 02:41 PM, Chuck Lever wrote:
> 
>> On Oct 23, 2015, at 4:44 PM, Anna Schumaker <Anna.Schumaker@netapp.com> wrote:
>>
>> Hi Trond,
>>
>> The following changes since commit 7379047d5585187d1288486d4627873170d0005a:
>>
>>  Linux 4.3-rc6 (2015-10-18 16:08:42 -0700)
>>
>> are available in the git repository at:
>>
>>  git://git.linux-nfs.org/projects/anna/nfs-rdma.git tags/nfs-rdma-4.4
>>
>> for you to fetch changes up to 50add18fd4c82cc1eaedc6ce879d998a66f20e1f:
>>
>>  NFS: Enable client side NFSv4.1 backchannel to use other transports (2015-10-19 14:48:18 -0400)
> 
> Anna, did you already send Steve Wise’s fix for 4.4?

Oops!  I think I forgot that patch.  I'll include it with the v4 pull request today.

Anna

> 
> http://marc.info/?l=linux-nfs&m=144285627709672&w=2
> 
> 
>> Thanks,
>> Anna
>>
>> ----------------------------------------------------------------
>> Chuck Lever (16):
>>      xprtrdma: Enable swap-on-NFS/RDMA
>>      xprtrdma: Re-arm after missed events
>>      xprtrdma: Prevent loss of completion signals
>>      xprtrdma: Refactor reply handler error handling
>>      xprtrdma: Replace send and receive arrays
>>      xprtrdma: Use workqueue to process RPC/RDMA replies
>>      xprtrdma: Remove reply tasklet
>>      xprtrdma: Saving IRQs no longer needed for rb_lock
>>      SUNRPC: Abstract backchannel operations
>>      xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffers
>>      xprtrdma: Pre-allocate Work Requests for backchannel
>>      xprtrdma: Add support for sending backward direction RPC replies
>>      xprtrdma: Handle incoming backward direction RPC calls
>>      svcrdma: Add backward direction service for RPC/RDMA transport
>>      SUNRPC: Remove the TCP-only restriction in bc_svc_process()
>>      NFS: Enable client side NFSv4.1 backchannel to use other transports
>>
>> fs/nfs/callback.c                        |  33 +++++++++------
>> include/linux/sunrpc/bc_xprt.h           |   5 +++
>> include/linux/sunrpc/svc_rdma.h          |   6 ++-
>> include/linux/sunrpc/xprt.h              |   7 ++++
>> net/sunrpc/backchannel_rqst.c            |  24 ++++++++++-
>> net/sunrpc/svc.c                         |   5 ---
>> net/sunrpc/xprtrdma/Makefile             |   1 +
>> net/sunrpc/xprtrdma/backchannel.c        | 373 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> net/sunrpc/xprtrdma/rpc_rdma.c           | 148 +++++++++++++++++++++++++++++++++++++++++++++--------------------
>> net/sunrpc/xprtrdma/svc_rdma.c           |   6 +++
>> net/sunrpc/xprtrdma/svc_rdma_transport.c |  58 ++++++++++++++++++++++++++
>> net/sunrpc/xprtrdma/transport.c          |  18 +++++++-
>> net/sunrpc/xprtrdma/verbs.c              | 479 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------------------------------
>> net/sunrpc/xprtrdma/xprt_rdma.h          |  53 +++++++++++++++++++-----
>> net/sunrpc/xprtsock.c                    |  16 ++++++++
>> 15 files changed, 916 insertions(+), 316 deletions(-)
>> create mode 100644 net/sunrpc/xprtrdma/backchannel.c
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
>> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> —
> Chuck Lever
> 
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-nfs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

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

end of thread, other threads:[~2015-11-02 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 20:44 [GIT PULL] Please pull NFSoRDMA changes for 4.4 Anna Schumaker
     [not found] ` <562A9C42.7030506-ZwjVKphTwtPQT0dZR+AlfA@public.gmane.org>
2015-10-24 18:41   ` Chuck Lever
     [not found]     ` <914C310D-238E-4646-891F-7680492D440C-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org>
2015-11-02 15:17       ` Anna Schumaker

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