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
F81969405: D3856.diff
Sat, Dec 14, 6:24 AM
Unknown Object (File)
Mar 19 2024, 10:45 AM
Unknown Object (File)
Feb 28 2024, 10:49 AM
Unknown Object (File)
Feb 28 2024, 9:03 AM
Unknown Object (File)
Feb 22 2024, 9:47 AM
Unknown Object (File)
Dec 20 2023, 1:13 AM
Unknown Object (File)
Nov 20 2023, 4:22 PM
Unknown Object (File)
Nov 14 2023, 11:21 PM
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.