07e34f90e7
This fix add need kernel module for Infiniband and ConnectX-4+ network cards. Also install by default required user space packages. Change-Id: Ia2e7b1820f197778138a23fafaccb5a4fb44369a
12 lines
348 B
Plaintext
12 lines
348 B
Plaintext
ACTION!="add", GOTO="drivers_end"
|
|
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe mlx4_en"
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe mlx4_ib"
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe ib_ipoib"
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe mlx5_ib"
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe ib_umad"
|
|
SUBSYSTEM=="net", RUN+="/sbin/modprobe ib_uverbs"
|
|
|
|
LABEL="drivers_end"
|
|
|