Page MenuHomeFreeBSD

dummynet: fix codel
ClosedPublic

Authored by kp on Nov 9 2022, 5:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 27, 1:23 PM
Unknown Object (File)
Sat, Apr 19, 1:49 AM
Unknown Object (File)
Mon, Mar 31, 8:17 PM
Unknown Object (File)
Jan 27 2025, 4:57 PM
Unknown Object (File)
Jan 26 2025, 4:47 PM
Unknown Object (File)
Jan 23 2025, 6:30 PM
Unknown Object (File)
Jan 22 2025, 1:50 PM
Unknown Object (File)
Jan 17 2025, 11:51 AM

Details

Reviewers
None
Group Reviewers
network
pfsense
Commits
rG26b9e1f07fa5: dummynet: fix codel
Summary

Serialize rcvif when enqueing packets for codel. We already tried to
restore the serialized rcvif in fq_codel_extract_head(), but that
doesn't work when we fail to serialize it first, so we ended up dropping
all packets passed through codel.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 48246
Build 45132: arc lint + arc unit

Event Timeline

kp requested review of this revision.Nov 9 2022, 5:28 PM
This revision was not accepted when it landed; it landed in state Needs Review.Nov 11 2022, 12:19 PM
Closed by commit rG26b9e1f07fa5: dummynet: fix codel (authored by kp). · Explain Why
This revision was automatically updated to reflect the committed changes.