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
F108588473: D39697.id120671.diff
Sun, Jan 26, 4:52 PM
Unknown Object (File)
Thu, Jan 23, 2:49 PM
Unknown Object (File)
Fri, Jan 17, 1:40 PM
Unknown Object (File)
Wed, Jan 15, 8:32 AM
Unknown Object (File)
Tue, Jan 14, 3:47 AM
Unknown Object (File)
Mon, Jan 13, 1:52 AM
Unknown Object (File)
Sun, Jan 12, 10:29 PM
Unknown Object (File)
Sat, Jan 11, 11:17 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 51038
Build 47929: arc lint + arc unit