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)
Fri, Dec 13, 1:48 AM
Unknown Object (File)
Mon, Dec 9, 10:58 AM
Unknown Object (File)
Nov 6 2024, 2:59 PM
Unknown Object (File)
Nov 2 2024, 5:07 PM
Unknown Object (File)
Oct 31 2024, 10:52 AM
Unknown Object (File)
Oct 29 2024, 12:53 AM
Unknown Object (File)
Oct 8 2024, 4:00 AM
Unknown Object (File)
Oct 8 2024, 3:58 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