Page MenuHomeFreeBSD

Use callout drain async in the TCP stack
AbandonedPublic

Authored by hselasky on Oct 9 2015, 1:08 PM.
Tags
None
Referenced Files
F131741985: D3856.diff
Fri, Oct 10, 7:45 PM
Unknown Object (File)
Mon, Oct 6, 5:27 AM
Unknown Object (File)
Sun, Oct 5, 10:40 AM
Unknown Object (File)
Sun, Oct 5, 9:52 AM
Unknown Object (File)
Thu, Sep 25, 9:19 AM
Unknown Object (File)
Tue, Sep 16, 9:27 PM
Unknown Object (File)
Fri, Sep 12, 11:51 PM
Unknown Object (File)
Thu, Sep 11, 6:25 AM
Subscribers

Details

Reviewers
jch
Summary

Using callout_drain_async() instead of callout_stop() allows us to revert rS284245 .

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

hselasky retitled this revision from to Use callout drain async in the TCP stack.
hselasky updated this object.
hselasky edited the test plan for this revision. (Show Details)
hselasky set the repository for this revision to rS FreeBSD src repository - subversion.
hselasky added a subscriber: jch.

Update as per inversion of return value in dependency patch.

jch edited edge metadata.

Good example of using callout_drain_async().

This revision is now accepted and ready to land.Oct 9 2015, 1:25 PM

Already implemented in FreeBSD 12-current.