Atfer Get-NetAdapterRDMA | FT Name,InterfaceDescription,Enabled -AutoSize command at PowerShell of Windows Server 2012/R2 we get a good standing of RDMA both server and client machine.
But after Get-SmbClientNetworkInterface |? {$_.linkspeed -eq 10000000000} | FT FriendlyName,RSSCapable,RDMACapable -AutoSize we can see RSSCapable TRUE, and RDMACapable FALSE.
What's wrong?

