Lines Matching full:rdma
4 SMB Direct - SMB3 over RDMA
8 use RDMA.
13 scheme for SMB3 that uses RDMA (Remote Direct Memory Access) to provide
21 - Install an RDMA device. As long as the RDMA device driver is supported
32 - Configure the RDMA stack
34 Make sure that your kernel configuration has RDMA support enabled. Under
43 For soft RDMA, enable either the soft iWARP (`RDMA _SIW`) or soft RoCE
45 `rdma link add` command to load the module and create an
46 RDMA interface.
52 sudo rdma link add siw0 type siw netdev eth0
83 - On the client, mount the share with `rdma` mount option to use SMB Direct
90 mount -t cifs //server/share /mnt/point -o vers=3.1.1,rdma
97 CIFS: VFS: RDMA transport established
99 Or, verify `rdma` mount option for the share in `/proc/mounts`: