ksmbd: add debug print for rdma capable
Add debug print to know if netdevice is RDMA-capable network adapter. Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>pull/1084/merge
parent
f75f8bdd4f
commit
fc61a5db2d
|
|
@ -2289,6 +2289,9 @@ out:
|
|||
}
|
||||
}
|
||||
|
||||
ksmbd_debug(RDMA, "netdev(%s) rdma capable : %s\n",
|
||||
netdev->name, rdma_capable ? "true" : "false");
|
||||
|
||||
return rdma_capable;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue