Page MenuHomeFreeBSD

if_bridge: add ALTQ support
ClosedPublic

Authored by kp on Aug 25 2021, 9:21 AM.
Tags
None
Referenced Files
F154922310: D31675.diff
Thu, Apr 30, 1:58 AM
Unknown Object (File)
Wed, Apr 29, 4:46 PM
Unknown Object (File)
Tue, Apr 28, 6:39 PM
Unknown Object (File)
Tue, Apr 28, 1:30 PM
Unknown Object (File)
Mon, Apr 27, 12:32 PM
Unknown Object (File)
Sun, Apr 26, 7:47 AM
Unknown Object (File)
Sat, Apr 25, 7:54 AM
Unknown Object (File)
Tue, Apr 21, 12:28 AM

Details

Summary

Similar to the recent addition of ALTQ support to if_vlan.

Obtained from: pfsense
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41198
Build 38087: arc lint + arc unit

Event Timeline

kp requested review of this revision.Aug 25 2021, 9:21 AM
donner added a subscriber: donner.

Same game as if_vlan

This revision is now accepted and ready to land.Aug 25 2021, 6:45 PM
This revision was automatically updated to reflect the committed changes.

This looks like a reasonable jumping-off point for implementing IGMP/MLD snooping in if_bridge(4) as a JKH exercise.

It is worth checking Open vSwitch (OVS) as it may already implement that.