]> git.baikalelectronics.ru Git - kernel.git/commit
xprtrdma: Add rdma6 option to support NFS/RDMA IPv6
authorShirley Ma <shirley.ma@oracle.com>
Mon, 2 May 2016 18:40:23 +0000 (14:40 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 17 May 2016 19:47:56 +0000 (15:47 -0400)
commit1568d0d23868686561fd9a55ffd57a7dc5de5533
treef340eb57a294cba452a80ed3c822a921104e689e
parent6c0c5e0fb1c3f31b59161bda4b76cdd624da3795
xprtrdma: Add rdma6 option to support NFS/RDMA IPv6

RFC 5666: The "rdma" netid is to be used when IPv4 addressing
is employed by the underlying transport, and "rdma6" for IPv6
addressing.

Add mount -o proto=rdma6 option to support NFS/RDMA IPv6 addressing.

Changes from v2:
 - Integrated comments from Chuck Level, Anna Schumaker, Trodt Myklebust
 - Add a little more to the patch description to describe NFS/RDMA
   IPv6 suggested by Chuck Level and Anna Schumaker
 - Removed duplicated rdma6 define
 - Remove Opt_xprt_rdma mountfamily since it doesn't support

Signed-off-by: Shirley Ma <shirley.ma@oracle.com>
Reviewed-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/super.c