-
Notifications
You must be signed in to change notification settings - Fork 56
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
ibv_devices showing no rxe0 or GUID #75
Comments
I changed the order of my commands and I get different output. I'm getting this warning about not supporting the kerne ABI of 1:
|
Moving to kernel 4.17 with the most recent rdma-core sucked into the yocto build fixed this problem |
I ran into this issue with exactly the same observation as above. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:path_to_softroce/rdma-core/build/lib |
I think this is similar to another issue #48 I believe.
I've got a good build now that comes up with SoftRoCE and seems to partially work. I'm trying to do an rping between the Arria10 and a PC VM. Here's some info. I've loaded all the Infiniband stuff as modules:
root@arria10:/# lsmod
Module Size Used by
rdma_rxe 102400 0
rdma_ucm 28672 0
rdma_cm 53248 1 rdma_ucm
iw_cm 32768 1 rdma_cm
ib_cm 40960 1 rdma_cm
ib_uverbs 81920 1 rdma_ucm
ib_core 192512 6 rdma_rxe,ib_cm,rdma_cm,ib_uverbs,iw_cm,rdma_ucm
I can see the rxe_cfg stuff:
root@arria10:/# rxe_cfg status
Name Link Driver Speed NMTU IPv4_addr RDEV RMTU
eth0 yes st_gmac 1500 10.0.1.25
However, the RMTU is missing here and when I execute ibv_devices, I don't get an rxe0 device with a GUID like I should.
root@arria10:/# ibv_devices
device node GUID
------ ----------------
Do you know about why this would be? Is something missing?
Thanks,
FM
The text was updated successfully, but these errors were encountered: