I've a problem configuring urdma. I tried with rdma-core versions 20.1, 19.1, 18.2 and 17.3. I've checked the debian package rules and indeed the infiniband/driver.h is missing in all of them.
Is this header really needed or only for the parameter checking inside configure script?
Otherwise I'd suggest to remove driver.h as it's been marked internal.
…
checking for Linux kernel source tree... /lib/modules/4.17.0-0.bpo.1-amd64/build
checking for library containing verbs_register_driver_18... no
checking for library containing verbs_register_driver_17... -libverbs
checking number of arguments verbs_init_and_alloc_context takes... no
configure: error: Colud not determine; check your rdma-core installation
…
I've a problem configuring urdma. I tried with rdma-core versions 20.1, 19.1, 18.2 and 17.3. I've checked the debian package rules and indeed the infiniband/driver.h is missing in all of them.
Is this header really needed or only for the parameter checking inside configure script?
Otherwise I'd suggest to remove driver.h as it's been marked internal.
…
checking for Linux kernel source tree... /lib/modules/4.17.0-0.bpo.1-amd64/build
checking for library containing verbs_register_driver_18... no
checking for library containing verbs_register_driver_17... -libverbs
checking number of arguments verbs_init_and_alloc_context takes... no
configure: error: Colud not determine; check your rdma-core installation
…