-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why checkNicType
function treat "ib" prefix as Address:IPoIB
?
#223
Comments
I found a similar issue. Does this mean that: if I want to use ib nic, I have to setup ipoib, then use |
Establishing an RDMA connection actually requires both a TCP network card and an RDMA network card, and RDMA does not need to be in IPoIB mode. |
I solved the problem to a certain extent. I just quote the conclusion here:
Visit open3fs/m3fs#88 for more information. |
In the
checkNicType
function (3FS/src/common/net/Listener.cc
Line 33 in dfadd59
Nic name starts with ib has been mapped to
IPoIB
address type:This condition causes the nic named like "ib0" to be skipped in
Listener::setup()
for RDMA group:Is there any reason for doing this?
The text was updated successfully, but these errors were encountered: