Re: [PATCH] NFSD: Ignore client's source port on RDMA transports

2014-05-22 Thread J. Bruce Fields
On Thu, May 22, 2014 at 03:55:17PM -0400, bfields wrote: > On Mon, May 19, 2014 at 01:40:22PM -0400, Chuck Lever wrote: > > An NFS/RDMA client's source port is meaningless for RDMA transports. > > The transport layer typically sets the source port value on the > > connection to a random ephemeral p

Re: [PATCH] NFSD: Ignore client's source port on RDMA transports

2014-05-22 Thread J. Bruce Fields
On Mon, May 19, 2014 at 01:40:22PM -0400, Chuck Lever wrote: > An NFS/RDMA client's source port is meaningless for RDMA transports. > The transport layer typically sets the source port value on the > connection to a random ephemeral port. > > Currently, NFS server administrators must specify the "

[PATCH] NFSD: Ignore client's source port on RDMA transports

2014-05-19 Thread Chuck Lever
An NFS/RDMA client's source port is meaningless for RDMA transports. The transport layer typically sets the source port value on the connection to a random ephemeral port. Currently, NFS server administrators must specify the "insecure" export option to enable clients to access exports via RDMA.