aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Lever <[email protected]>2017-12-04 14:13:30 -0500
committerTrond Myklebust <[email protected]>2018-01-14 23:06:30 -0500
commitfb455baad6fc4de77d762e89dae75c2e2aa98559 (patch)
tree4cbfcce720c08d3d7afe8d9636936960f2c2247c
parentfbca30c51350399f49b09421b5ee2ef8d00c05d8 (diff)
nfs: Define NFS_RDMA_PORT
The NFS/RDMA port assignment is specified in Section 9 of RFC 8267. Signed-off-by: Chuck Lever <[email protected]> Signed-off-by: Trond Myklebust <[email protected]>
-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