commit | 4be78d26810bc506769773ca2f81b4de65f43fd5 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Fri Nov 06 16:10:52 2020 -0500 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Wed Dec 02 14:05:53 2020 -0500 |
tree | 94149c236d0914708f9b67ef8bbcfab10d88fab5 | |
parent | 190c75a31fe65e311f3628bd97bd58cff50d221f [diff] |
NFSv4/pNFS: Store the transport type in struct nfs4_pnfs_ds_addr We want to enable RDMA and UDP as valid transport methods if a GETDEVICEINFO call specifies it. Do so by adding a parser for the netid that translates it to an appropriate argument for the RPC transport layer. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>