Hi,
I was trying to build the project using QLogic HCAs.
By setting -DTRANSPORT=infiniband, building process reported the following error:
eRPC/src/transport_impl/raw/mlx5_defs.h:10:34: fatal error: infiniband/verbs_exp.h: No such file or directory
It seems verbs_exp.h is mellanox specific header and I don't have it in my QLogic environment.
Hi. eRPC does not currently support QLogic NICs. Part of the reason is that these NICs do not support kernel bypass. If you have access to CloudLab, you can use the xl170 nodes in Utah with DTRANSPORT=raw.
Hi, I was trying to build the project using QLogic HCAs. By setting -DTRANSPORT=infiniband, building process reported the following error:
eRPC/src/transport_impl/raw/mlx5_defs.h:10:34: fatal error: infiniband/verbs_exp.h: No such file or directory
It seemsverbs_exp.h
is mellanox specific header and I don't have it in my QLogic environment.Thanks, Zhang