Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 07 Dec 2015 18:56:27 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 205050] VLAN_MTU required by smsc driver
Message-ID:  <bug-205050-17-dfR9irVjg3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-205050-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-205050-17@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=205050

--- Comment #1 from commit-hook@freebsd.org ---
A commit references this bug:

Author: hselasky
Date: Mon Dec  7 18:55:33 UTC 2015
New revision: 291953
URL: https://svnweb.freebsd.org/changeset/base/291953

Log:
  When setting up VLANs on a Raspberry Pi ethernet port, the MTU drops
  from 1500 to 1496 bytes. The MTU should remain at 1500, extending the
  frame size as per IEEE 802.3. Adding IFCAP_VLAN_MTU to the
  if_capabilities field in the smsc driver solves the problem.  The
  datasheet for the LAN9512 chip, section 3.2.3 states that the chip
  supports the extended frame.

  Submitted by:    rpp@ci.com.au
  MFC after:    1 week
  PR:        205050

Changes:
  head/sys/dev/usb/net/if_smsc.c

-- 
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-205050-17-dfR9irVjg3>