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)
Sun, Jan 5, 7:19 AM
Unknown Object (File)
Sat, Jan 4, 9:27 PM
Unknown Object (File)
Thu, Dec 19, 2:22 PM
Unknown Object (File)
Dec 11 2024, 10:47 PM
Unknown Object (File)
Dec 9 2024, 3:26 AM
Unknown Object (File)
Nov 30 2024, 12:31 AM
Unknown Object (File)
Nov 22 2024, 11:29 PM
Unknown Object (File)
Nov 18 2024, 4:32 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