aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2017-12-04 14:13:30 -0500
committerTrond Myklebust <trond.myklebust@primarydata.com>2018-01-14 23:06:30 -0500
commitfb455baad6fc4de77d762e89dae75c2e2aa98559 (patch)
tree4cbfcce720c08d3d7afe8d9636936960f2c2247c
parentlockd: convert nlm_rqst.a_count from atomic_t to refcount_t (diff)
downloadlinux-dev-fb455baad6fc4de77d762e89dae75c2e2aa98559.tar.xz
linux-dev-fb455baad6fc4de77d762e89dae75c2e2aa98559.zip
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>
-rw-r--r--include/uapi/linux/nfs.h1
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