Page MenuHomeFreeBSD

tcp: use callout(9) directly instead of pr_slowtimo
ClosedPublic

Authored by glebius on Aug 12 2022, 8:14 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 3, 3:57 AM
Unknown Object (File)
Thu, Oct 3, 3:57 AM
Unknown Object (File)
Thu, Oct 3, 3:56 AM
Unknown Object (File)
Thu, Oct 3, 3:56 AM
Unknown Object (File)
Thu, Oct 3, 3:56 AM
Unknown Object (File)
Thu, Oct 3, 3:42 AM
Unknown Object (File)
Wed, Oct 2, 7:47 PM
Unknown Object (File)
Wed, Oct 2, 6:15 PM
Subscribers

Details

Summary

Modern TCP stacks uses multiple callouts per tcpcb, and a global
callout is ancient artifact. However it is still used to garbage
collect compressed timewait entries.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 47000
Build 43889: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Aug 12 2022, 10:06 AM
sys/netinet/tcp_subr.c
1573 ↗(On Diff #109225)

Maybe schedule it immediately to avoid duplicating the timeout? Or define it explicitly in tcp_var.h ?

sys/netinet/tcp_timer.c
256
This revision now requires review to proceed.Aug 16 2022, 10:12 PM
This revision is now accepted and ready to land.Aug 17 2022, 6:07 PM