mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 17:27:11 -04: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 @@ bool ksmbd_rdma_capable_netdev(struct net_device *netdev)
|
||||
}
|
||||
}
|
||||
|
||||
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