Page MenuHomeFreeBSD

dummynet: fix codel
ClosedPublic

Authored by kp on Nov 9 2022, 5:28 PM.
Tags
None
Referenced Files
F171268025: D37318.id.diff
Thu, Sep 10, 12:02 AM
Unknown Object (File)
Tue, Sep 8, 11:15 PM
Unknown Object (File)
Sun, Sep 6, 5:29 AM
Unknown Object (File)
Sun, Sep 6, 3:07 AM
Unknown Object (File)
Sat, Sep 5, 3:07 PM
Unknown Object (File)
Sat, Sep 5, 1:47 AM
Unknown Object (File)
Sat, Sep 5, 12:45 AM
Unknown Object (File)
Fri, Sep 4, 11:17 PM

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.