RE: [Patch v2 01/19] CIFS: Add RDMA mount option

2017-08-21 Thread Long Li
rg; Christoph Hellwig ; Tom Talpey > ; Matthew Wilcox ; > Long Li > Subject: Re: [Patch v2 01/19] CIFS: Add RDMA mount option > > On Sun, Aug 20, 2017 at 12:04:25PM -0700, Long Li wrote: > > From: Long Li > > > > Add "rdma" to CIFS mount option, whi

Re: [Patch v2 01/19] CIFS: Add RDMA mount option

2017-08-20 Thread Leon Romanovsky
On Sun, Aug 20, 2017 at 12:04:25PM -0700, Long Li wrote: > From: Long Li > > Add "rdma" to CIFS mount option, which tells CIFS this is for connecting to a > SMB server over SMBDirect. Add checks to validate this feature is only used > on SMB 3.X dialects. > > To connect to SMBDirect, use "mount.

[Patch v2 01/19] CIFS: Add RDMA mount option

2017-08-20 Thread Long Li
From: Long Li Add "rdma" to CIFS mount option, which tells CIFS this is for connecting to a SMB server over SMBDirect. Add checks to validate this feature is only used on SMB 3.X dialects. To connect to SMBDirect, use "mount.cifs -o rdma,vers=3.x". Signed-off-by: Long Li --- fs/cifs/cifs_de