Page MenuHomeFreeBSD

tcp_hpts: move HPTS related fields from inpcb to tcpcb
ClosedPublic

Authored by glebius on Apr 19 2023, 5:30 PM.
Tags
None
Referenced Files
F97345857: D39697.diff
Sat, Sep 28, 7:18 PM
Unknown Object (File)
Wed, Sep 25, 8:50 PM
Unknown Object (File)
Wed, Sep 25, 3:02 PM
Unknown Object (File)
Tue, Sep 24, 9:52 PM
Unknown Object (File)
Tue, Sep 24, 3:38 AM
Unknown Object (File)
Tue, Sep 24, 3:09 AM
Unknown Object (File)
Tue, Sep 17, 9:09 PM
Unknown Object (File)
Tue, Sep 17, 11:06 AM
Subscribers

Details

Summary

This makes inpcb lighter and allows future cache line optimizations
of tcpcb. The reason why HPTS originally used inpcb is the TIME-WAIT
state that used to free a tcpcb, while the associated connection is
still on the HPTS ring.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 51040
Build 47931: arc lint + arc unit