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)
Sat, Nov 8, 1:43 AM
Unknown Object (File)
Tue, Nov 4, 4:17 AM
Unknown Object (File)
Thu, Oct 30, 12:22 AM
Unknown Object (File)
Wed, Oct 29, 4:43 PM
Unknown Object (File)
Wed, Oct 29, 4:43 PM
Unknown Object (File)
Wed, Oct 29, 4:43 PM
Unknown Object (File)
Wed, Oct 29, 10:59 AM
Unknown Object (File)
Oct 10 2025, 11:18 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable