mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-24 19:12:14 +00:00
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>
This commit is contained in:
committed by
Steve French
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user