Page MenuHomeFreeBSD

dummynet: fix codel
ClosedPublic

Authored by kp on Nov 9 2022, 5:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 3, 4:45 PM
Unknown Object (File)
Dec 23 2023, 10:02 AM
Unknown Object (File)
Dec 10 2023, 6:08 AM
Unknown Object (File)
Dec 9 2023, 11:05 PM
Unknown Object (File)
Dec 5 2023, 8:38 PM
Unknown Object (File)
Nov 28 2023, 5:34 AM
Unknown Object (File)
Nov 28 2023, 5:21 AM
Unknown Object (File)
Nov 25 2023, 4:03 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 Not Applicable
Unit
Tests Not Applicable

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.