Page MenuHomeFreeBSD

Moving all ECN related flags to flags2
ClosedPublic

Authored by rscheff on Nov 22 2019, 5:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 17, 7:41 PM
Unknown Object (File)
Thu, Jan 16, 1:49 PM
Unknown Object (File)
Sun, Jan 12, 10:24 PM
Unknown Object (File)
Sun, Jan 12, 8:04 PM
Unknown Object (File)
Dec 13 2024, 1:48 AM
Unknown Object (File)
Dec 9 2024, 10:58 AM
Unknown Object (File)
Nov 6 2024, 2:59 PM
Unknown Object (File)
Nov 2 2024, 5:07 PM
Subscribers

Details

Summary

The first flags field in the tcpcb is nearly full.
In preparation of ECN related enhancements, moving
all these flags to the flags2 tcpcb field - so that
additional counters can also be defined in the same
cacheline later on, which are related to ECN.

This leaves a total of 5 unused bits in the flags field

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27710
Build 25910: arc lint + arc unit