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)
Fri, May 10, 9:53 AM
Unknown Object (File)
Wed, May 1, 11:13 AM
Unknown Object (File)
Apr 20 2024, 5:22 PM
Unknown Object (File)
Apr 6 2024, 3:52 PM
Unknown Object (File)
Jan 5 2024, 9:47 PM
Unknown Object (File)
Dec 22 2023, 9:35 PM
Unknown Object (File)
Dec 21 2023, 1:48 AM
Unknown Object (File)
Dec 10 2023, 12:50 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