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
Namjae Jeon 2024-11-22 16:13:04 +09:00 committed by Steve French
parent f75f8bdd4f
commit fc61a5db2d
1 changed files with 3 additions and 0 deletions

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;
}