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)
Wed, May 8, 3:11 AM
Unknown Object (File)
Tue, Apr 30, 5:57 PM
Unknown Object (File)
Thu, Apr 25, 8:08 AM
Unknown Object (File)
Mar 23 2024, 1:23 AM
Unknown Object (File)
Mar 19 2024, 6:00 AM
Unknown Object (File)
Mar 17 2024, 4:28 AM
Unknown Object (File)
Feb 21 2024, 9:49 PM
Unknown Object (File)
Dec 23 2023, 1:27 AM
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 27709
Build 25909: arc lint + arc unit