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
Unknown Object (File)
Wed, Jan 22, 9:24 PM
Unknown Object (File)
Jan 12 2025, 9:46 PM
Unknown Object (File)
Nov 11 2024, 5:51 PM
Unknown Object (File)
Oct 18 2024, 12:37 AM
Unknown Object (File)
Oct 18 2024, 12:32 AM
Unknown Object (File)
Oct 10 2024, 11:17 PM
Unknown Object (File)
Oct 10 2024, 4:57 AM
Unknown Object (File)
Sep 11 2024, 2:27 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.