Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
```bash [root@localhost inaugurator]# modprobe --show-depends mlx4_en insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/drivers/pps/pps_core.ko.xz insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/drivers/ptp/ptp.ko.xz insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/net/core/devlink.ko.xz install /sbin/modprobe --ignore-install mlx4_core $CMDLINE_OPTS && (if [ -f /usr/libexec/mlx4-setup.sh -a -f /etc/rdma/mlx4.conf ]; then /usr/libexec/mlx4-setup.sh < /etc/rdma/mlx4.conf; fi; /sbin/modprobe mlx4_en; if /sbin/modinfo mlx4_ib > /dev/null 2>&1; then /sbin/modprobe mlx4_ib; fi) insmod /lib/modules/3.10.0-1160.45.1.el7.x86_64/kernel/drivers/net/ethernet/mellanox/mlx4/mlx4_en.ko.xz ```
- Loading branch information