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)
Tue, Oct 14, 3:00 AM
Unknown Object (File)
Fri, Oct 10, 11:19 AM
Unknown Object (File)
Sat, Sep 27, 11:21 PM
Unknown Object (File)
Fri, Sep 26, 3:34 PM
Unknown Object (File)
Thu, Sep 25, 12:51 AM
Unknown Object (File)
Mon, Sep 22, 4:57 AM
Unknown Object (File)
Sun, Sep 21, 5:38 PM
Unknown Object (File)
Sat, Sep 20, 6:34 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