Page MenuHomeFreeBSD

Add access to TOS(ECN bits) to the TCP syncache
ClosedPublic

Authored by rscheff on Nov 18 2019, 3:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 6:56 AM
Unknown Object (File)
Sat, Nov 15, 3:39 PM
Unknown Object (File)
Thu, Nov 13, 4:56 PM
Unknown Object (File)
Thu, Nov 13, 11:11 AM
Unknown Object (File)
Sun, Nov 9, 5:11 AM
Unknown Object (File)
Mon, Nov 3, 8:26 PM
Unknown Object (File)
Sat, Oct 25, 7:55 PM
Unknown Object (File)
Sat, Oct 25, 8:33 AM
Subscribers

Details

Summary

In order for the TCP Handshake to support ECN++,
and further ECN-related improvements, the ECN bits
need to be exposed to the TCP Syncache.

This change is a minimal modification to the
function headers, without any functional change.

The exception to this is the T4 tcp offload driver,
which also has a deep integration with TCP, and
the IP TOS byte (DiffServ + ECN bits) need to be
extracted there already.

A later patch will add the actual processing of
these bits in the syncache, in order to support
AccECN and/or SCE.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 27614
Build 25827: arc lint + arc unit