Page MenuHomeFreeBSD

dummynet: Remove unused code
ClosedPublic

Authored by kp on May 17 2021, 1:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Aug 19, 8:44 PM
Unknown Object (File)
Thu, Aug 13, 9:12 PM
Unknown Object (File)
Thu, Aug 13, 8:49 PM
Unknown Object (File)
Thu, Aug 13, 8:49 PM
Unknown Object (File)
Wed, Aug 12, 5:15 PM
Unknown Object (File)
Tue, Aug 11, 10:57 PM
Unknown Object (File)
Mon, Aug 10, 5:09 PM
Unknown Object (File)
Sat, Aug 8, 10:45 PM
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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39244
Build 36133: arc lint + arc unit

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.