mbox series

[0/3] Add RDMA support to the pNFS file+flexfiles data channels

Message ID 20201106225527.19148-1-trondmy@kernel.org (mailing list archive)
Headers show
Series Add RDMA support to the pNFS file+flexfiles data channels | expand

Message

Trond Myklebust Nov. 6, 2020, 10:55 p.m. UTC
From: Trond Myklebust <trond.myklebust@hammerspace.com>

Add support for connecting to the pNFS files/flexfiles data servers
through RDMA, assuming that the GETDEVICEINFO call advertises that
support.

Trond Myklebust (3):
  SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
  NFSv4/pNFS: Use connections to a DS that are all of the same protocol
    family
  NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr

 fs/nfs/pnfs.h                |  1 +
 fs/nfs/pnfs_nfs.c            | 71 +++++++++++++++++++++++++++++-------
 net/sunrpc/xprtrdma/module.c |  2 +
 3 files changed, 60 insertions(+), 14 deletions(-)