You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 2, 2022. It is now read-only.
The ib_alloc_pd function should be declared in LegoOS' ib_verbs.h. However, when compiling on my machine, it goes to the CentOS kernel's ib_verbs.h, which has different interface and different meanings. I wonder whether there is any error with the makefile of the linux-module.
The text was updated successfully, but these errors were encountered:
Can you share the Linux kernel version you are using? Kernel IB API has been changed a lot. Current repo's linux-module code works best with 3.11.1 kernel.
Can you share the Linux kernel version you are using? Kernel IB API has been changed a lot. Current repo's linux-module code works best with 3.11.1 kernel.
Thanks! However, I have been faced with some problems with installing 3.11.1 kernel on the server. Is it possible to simply run a 1P-1M model only involving the 3.10.0 kernel? I suggest I will be using the storage components and global resource manager so that it will be ok...?
The
ib_alloc_pd
function should be declared in LegoOS'ib_verbs.h
. However, when compiling on my machine, it goes to the CentOS kernel'sib_verbs.h
, which has different interface and different meanings. I wonder whether there is any error with the makefile of thelinux-module
.The text was updated successfully, but these errors were encountered: