Stefan Metzmacher <metze@xxxxxxxxx> wrote: > I never god cifs.ko to work with smbdirect. It works for me. I think you need the following modules: modprobe rdma_cm modprobe ib_umad modprobe siw # softiwarp modprobe rdma_rxe # softroce I do: rdma link add siw0 type siw netdev enp2s0 for softiwarp or: rdma link add rxe0 type rxe netdev enp6s0 for softroce on the client before doing: mount //192.168.6.1/test /xfstest.test -o rdma,user=shares,pass=... David