diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2017-12-04 22:13:30 +0300 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@primarydata.com> | 2018-01-15 07:06:30 +0300 |
commit | fb455baad6fc4de77d762e89dae75c2e2aa98559 (patch) | |
tree | 4cbfcce720c08d3d7afe8d9636936960f2c2247c /include/uapi/linux/nfs.h | |
parent | fbca30c51350399f49b09421b5ee2ef8d00c05d8 (diff) | |
download | linux-fb455baad6fc4de77d762e89dae75c2e2aa98559.tar.xz |
nfs: Define NFS_RDMA_PORT
The NFS/RDMA port assignment is specified in Section 9 of RFC 8267.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Diffstat (limited to 'include/uapi/linux/nfs.h')
-rw-r--r-- | include/uapi/linux/nfs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/nfs.h b/include/uapi/linux/nfs.h index 057d22a48416..946cb62d64b0 100644 --- a/include/uapi/linux/nfs.h +++ b/include/uapi/linux/nfs.h @@ -12,6 +12,7 @@ #define NFS_PROGRAM 100003 #define NFS_PORT 2049 +#define NFS_RDMA_PORT 20049 #define NFS_MAXDATA 8192 #define NFS_MAXPATHLEN 1024 #define NFS_MAXNAMLEN 255 |