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)
Thu, Nov 20, 10:41 PM
Unknown Object (File)
Thu, Nov 20, 10:36 PM
Unknown Object (File)
Thu, Nov 20, 10:26 PM
Unknown Object (File)
Thu, Nov 20, 10:22 PM
Unknown Object (File)
Thu, Nov 20, 10:16 PM
Unknown Object (File)
Mon, Nov 17, 7:09 PM
Unknown Object (File)
Sat, Nov 8, 1:43 AM
Unknown Object (File)
Tue, Nov 4, 4:17 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