Date: Sat, 09 Jan 2016 01:04:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 206016] Changing MTU on the interface Infiniband network card (Mellanox MHQH29B-XTR) causes panic Message-ID: <bug-206016-2472-creOTHnekO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-206016-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-206016-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206016 Vladislav V. Prodan <admin@support.od.ua> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #3 from Vladislav V. Prodan <admin@support.od.ua> --- 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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206016-2472-creOTHnekO>