diff options
author | Chuck Lever <[email protected]> | 2017-12-04 14:13:30 -0500 |
---|---|---|
committer | Trond Myklebust <[email protected]> | 2018-01-14 23:06:30 -0500 |
commit | fb455baad6fc4de77d762e89dae75c2e2aa98559 (patch) | |
tree | 4cbfcce720c08d3d7afe8d9636936960f2c2247c | |
parent | fbca30c51350399f49b09421b5ee2ef8d00c05d8 (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.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 |