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, Nov 18, 8:22 PM
Unknown Object (File)
Tue, Nov 18, 8:22 PM
Unknown Object (File)
Tue, Nov 18, 8:20 PM
Unknown Object (File)
Thu, Nov 13, 11:20 PM
Unknown Object (File)
Sat, Nov 8, 1:45 AM
Unknown Object (File)
Fri, Nov 7, 2:11 AM
Unknown Object (File)
Thu, Nov 6, 12:33 AM
Unknown Object (File)
Wed, Nov 5, 4:38 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.