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:
Namjae Jeon
2024-11-22 16:13:04 +09:00
committed by Steve French
parent f75f8bdd4f
commit fc61a5db2d

View File

@@ -2289,6 +2289,9 @@ out:
}
}
ksmbd_debug(RDMA, "netdev(%s) rdma capable : %s\n",
netdev->name, rdma_capable ? "true" : "false");
return rdma_capable;
}