Did anyone notice that mlx5_ib does not auto load at boot time?
While mlx5_core requests mlx5_ib, mlx5_ib still does not load
at boot time (only when reloading mlx5_core).
I noticed it today, and could only get around it by adding
mlx5_ib to /etc/modules-load.d/modules.conf
It is supposed to work automatically without need to add anything
(except rxe) in the modules-load.d.
Is there something I'm missing?
We had an opposite bug - the removal didn't work.
https://lkml.org/lkml/2017/9/9/123
What is your OS, rdma-core version and kernel version?
# cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
UBUNTU_CODENAME=xenial
# uname -a
Linux client 4.14.0-rc1+ #193 SMP Sun Sep 24 11:24:38 IDT 2017 x86_64
x86_64 x86_64 GNU/Linux
# dpkg -l | grep rdma-core
rc rdma-core 14-1
amd64 RDMA core userspace infrastructure and documentation
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html