SoftRoCE / librxe-dev

Development repository for RXE user space code.
Other
66 stars 33 forks source link

because of latest commit "ib to rdma" unable to compile userspace library librxe #5

Open coolsandyforyou opened 8 years ago

coolsandyforyou commented 8 years ago

https://community.mellanox.com/docs/DOC-2184

as per the document, i was following the instructions, my build was failed saying rdma/rdma_user_rxe.h no such file or directory

then i reverted 2 commits, and everything is fine..

please consider the correction..

btlcmr0702 commented 8 years ago

me too,i also meet this problem and i dont'konw how to fix it T T

monis410 commented 8 years ago

Did you compile with the latest kernel (rxe_submission_v18)? The missing file seems to appear there https://github.com/SoftRoCE/rxe-dev/tree/rxe_submission_v18/include/uapi/rdma

coolsandyforyou commented 8 years ago

hi monis... do we have soft roce working for latest kernel 4.7, in which NVMEoF also works? https://community.mellanox.com/docs/DOC-2504 can i have that setup with soft roce?

regards Sandeep

monis410 commented 8 years ago

you can work with the patches I submitted to linux-rdma (based on 4.7-rcX) or take entire kernel from github (branch: rxe-submission-v18). I didn't try NVMEoF but I did try with iSER if this help you get an indications.

thanks Moni

coolsandyforyou commented 8 years ago

Ok, Thanks i will check that and let you know..