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)
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
Unknown Object (File)
Nov 6 2023, 9:59 PM
Unknown Object (File)
Nov 5 2023, 6:32 AM
Unknown Object (File)
Oct 12 2023, 2:29 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