Daniel Wagner

Results 5 issues of Daniel Wagner

The configure step is successful but when linking: ``` /usr/bin/ld: cannot find -lnl-genl-3: No such file or directory ``` This is on debian unstable

Increase test coverage by checking if `nvme connect` is also reporting the expected return code. At least nvme/031 seems to trigger sometimes FAILs. To my surprise, nvme/041 for FC is...

A crypto algorithm might be provided as built-in, thus check first if it is always present before trying to load as module. The idea to check the CONFIG flags is...

I am not able to run the tests suite using TCP or RDMA transport type with FC together. TCP/RDMA alone work fine, FC alone works fine, but as soon it...

`nvme/044` is not executed in my setup because the requirement `_have_driver dh_generic` fails. I've configured all modules as built-in. ```bash _have_driver dh_generic ``` Shouldn't this be instead ```bash _have_kernel_option CRYPTO_DH...