Page MenuHomeFreeBSD

dpaa2: make VLANs usable on dpni
ClosedPublic

Authored by bz on Nov 17 2023, 12:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 11, 9:46 AM
Unknown Object (File)
Tue, Mar 10, 11:33 AM
Unknown Object (File)
Mon, Mar 9, 7:50 PM
Unknown Object (File)
Wed, Mar 4, 4:31 AM
Unknown Object (File)
Fri, Feb 27, 9:03 PM
Unknown Object (File)
Fri, Feb 27, 6:55 PM
Unknown Object (File)
Fri, Feb 27, 10:43 AM
Unknown Object (File)
Fri, Feb 27, 7:53 AM
Subscribers

Details

Summary

dpni announces vlan_mtu but internally does not increase the maximum
MTU. Createing a vlan interface on top of a dpni interface will result
in full-sized frames not passing.
Extend the maximum frame length by ETHER_VLAN_ENCAP_LEN to allow at
least for one layer of vlans for now

MFC after: 3 days
GH-Issue: https://github.com/mcusim/freebsd-src/issues/22

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable