Date: Tue, 01 Sep 2020 20:13:54 +0000 From: bugzilla-noreply@freebsd.org To: net@FreeBSD.org Subject: [Bug 249050] if_qlxgb mtu not initialized bug causing wrong pkt 0x62 dump start Message-ID: <bug-249050-7501-Kvx4Qz4C4F@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-249050-7501@https.bugs.freebsd.org/bugzilla/> References: <bug-249050-7501@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=3D249050 --- Comment #3 from commit-hook@FreeBSD.org --- A commit references this bug: Author: markj Date: Tue Sep 1 20:13:51 UTC 2020 New revision: 365060 URL: https://svnweb.freebsd.org/changeset/base/365060 Log: qlxgb: Initialize if_mtu before setting max_frame_size. Previously we were relying on ether_ifattach() to set if_mtu, but max_frame_size is initialized earlier. This fixes a regression introduced by r250375. PR: 249050 Submitted by: Christian Valli?res <novacrash_@hotmail.com> MFC after: 3 days Changes: head/sys/dev/qlxgb/qla_os.c --=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-249050-7501-Kvx4Qz4C4F>