RE: [Patch v2 00/19] CIFS: Implement SMBDirect

From: Long Li
Date: Tue Sep 05 2017 - 13:42:16 EST


> Hey Long, how do I request a CIFS RDMA mount from the Linux client? Is
> there a mount.cifs option? If so, where can I get the mount.cifs code that
> enables this? Or is there some other way?

You can use "-o rdma" in the mount option to connect to RDMA.
For example: "mount.cifs -o rdma,vers=3.02"

The change to the mount option is in the patch series.

>
> Thanks,
>
> Steve.