Page MenuHomeFreeBSD

Addition of flag bit definitions in preparation of AccECN
ClosedPublic

Authored by rscheff on Nov 17 2019, 6:23 AM.
Tags
None
Referenced Files
F82713608: D22429.id.diff
Wed, May 1, 10:28 PM
Unknown Object (File)
Wed, May 1, 12:44 AM
Unknown Object (File)
Sun, Apr 28, 3:41 AM
Unknown Object (File)
Sun, Apr 28, 3:40 AM
Unknown Object (File)
Sun, Apr 28, 3:39 AM
Unknown Object (File)
Sun, Apr 28, 3:38 AM
Unknown Object (File)
Sun, Apr 28, 3:38 AM
Unknown Object (File)
Sat, Apr 27, 10:11 PM
Subscribers

Details

Summary

Adding TF flags and SCF (syncache) flags for use with Accurate ECN.
Adding the TCP header Flag for the AE bit, which maps into the upper
portion of the reserved header flags range.
Also marking the last unused flag bit in the TF range, for future use.

These two bits in the TF appear to had prior (~FBSD 5.0, 2003?) use
around some other congestion control (AckCC) mechanism, but were
left unmarked and unclaimed.

This change has no functional changes to existing code.

Diff Detail

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

Event Timeline

  • minimizing delta vs. HEAD (see D22428)

Something really strange here with this diff

Something really strange here with this diff

The raw diff should be ok though...

In D22429#490320, @rscheff_gmx.at wrote:

Something really strange here with this diff

The raw diff should be ok though...

Yes, must be a display artifact in Phabricator.

sys/netinet/tcp_var.h
330 ↗(On Diff #64484)

These flags are also being used in other (uncommitted) patches.
Will move all ECN-related Flags to TF2 instead.

  • remove ACE flag from TF and keep flag bits reserved
This revision is now accepted and ready to land.Dec 31 2019, 2:30 PM