[Bug 249050] if_qlxgb mtu not initialized bug causing wrong pkt 0x62 dump start

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Sep 1 20:13:55 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249050

--- Comment #3 from commit-hook at 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_ at hotmail.com>
  MFC after:    3 days

Changes:
  head/sys/dev/qlxgb/qla_os.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-net mailing list