Page MenuHomeFreeBSD

dummynet: Remove unused code
ClosedPublic

Authored by kp on May 17 2021, 1:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 1, 12:42 AM
Unknown Object (File)
Thu, Mar 20, 8:26 PM
Unknown Object (File)
Thu, Mar 6, 12:21 PM
Unknown Object (File)
Tue, Mar 4, 1:32 PM
Unknown Object (File)
Feb 27 2025, 2:40 AM
Unknown Object (File)
Feb 25 2025, 1:28 AM
Unknown Object (File)
Feb 17 2025, 2:36 AM
Unknown Object (File)
Jan 29 2025, 8:03 AM
Subscribers

Details

Summary

We never set 'busy' and never dequeue from the pending mq. Remove this
code.

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.May 17 2021, 1:44 PM

Just want to note, I'm sorry for long delay, I moved temporary to another project and dummynet overhaul is not done yet. But I plan to publish the code somewhere on guthub.

This revision is now accepted and ready to land.May 17 2021, 2:32 PM
This revision was automatically updated to reflect the committed changes.
In D30313#680789, @ae wrote:

Just want to note, I'm sorry for long delay, I moved temporary to another project and dummynet overhaul is not done yet. But I plan to publish the code somewhere on guthub.

That'd be useful, yes, even if it's not in a working - or even compiling - state right now.

My immediate interest is in the bits of that work to move dummynet configuration into a separate utility, because that's a requirement for dummynet-in-pf. The rest of it is valuable as well, but more of a long term interest.