| Summary: | Changing MTU on the interface Infiniband network card (Mellanox MHQH29B-XTR) causes panic | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Vladyslav V. Prodan <admin> |
| Component: | bin | Assignee: | freebsd-net (Nobody) <net> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | CC: | menyy |
| Priority: | --- | ||
| Version: | 10.1-RELEASE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Vladyslav V. Prodan
2016-01-08 00:03:51 UTC
5 3 0xffffffff812f1000 a8020 ibcore.ko (/boot/modules/ibcore.ko)
Contains modules:
Id Name
8 ibcore
6 2 0xffffffff8139a000 3670 toecore.ko (/boot/kernel/toecore.ko)
Contains modules:
Id Name
7 toecore
7 1 0xffffffff8139e000 1a730 ipoib.ko (/boot/modules/ipoib.ko)
Contains modules:
Id Name
9 ipoib
8 3 0xffffffff813b9000 6d638 mlx4.ko (/boot/modules/mlx4.ko)
Contains modules:
Id Name
10 mlx4
9 1 0xffffffff81427000 42770 mlx4ib.ko (/boot/modules/mlx4ib.ko)
Contains modules:
Id Name
11 mlx4ib
10 1 0xffffffff8146a000 22d80 mlxen.ko (/boot/modules/mlxen.ko)
Contains modules:
Id Name
12 mlxen
# sysctl sys.device. sys.device.mlx4_core0.fw_ver: 2.9.1530 sys.device.mlx4_core0.hca: MT26428 sys.device.mlx4_core0.board_id: HP_0180000009 sys.device.mlx4_core0.mlx4_port1: eth sys.device.mlx4_core0.mlx4_port2: eth After reading the article https://wiki.freebsd.org/InfiniBand, I realized my error. I unload the old modules in the memory . Rebuild the world to FreeBSD 10.2-STABLE # 0: Fri Jan 8, 2016 18:45:13 EET And added to the kernel options options OFED # Infiniband protocol stack and support options SDP # Sockets Direct Protocol for infiniband options IPOIB_CM # Use connect mode ipoib device ipoib # IP over IB devices device mlx4ib # ConnectX Infiniband support device mlxen # ConnectX Ethernet support device mthca # Infinihost cards After these manipulations network card recognized by the system, it is now possible to change the IP and MTU. |