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)
Mon, Apr 6, 4:00 PM
Unknown Object (File)
Mon, Apr 6, 11:46 AM
Unknown Object (File)
Mon, Apr 6, 4:38 AM
Unknown Object (File)
Sun, Apr 5, 9:34 PM
Unknown Object (File)
Sun, Apr 5, 2:31 AM
Unknown Object (File)
Sat, Apr 4, 2:27 AM
Unknown Object (File)
Fri, Apr 3, 7:00 AM
Unknown Object (File)
Tue, Mar 31, 4:05 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

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