Page MenuHomeFreeBSD

sfxge(4): add information if TSO workaround is required
ClosedPublic

Authored by arybchik on Nov 21 2018, 11:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 12 2024, 1:55 AM
Unknown Object (File)
Dec 20 2023, 8:30 AM
Unknown Object (File)
Nov 26 2023, 6:37 AM
Unknown Object (File)
Nov 22 2023, 10:16 AM
Unknown Object (File)
Nov 6 2023, 5:55 AM
Unknown Object (File)
Oct 5 2023, 4:31 AM
Unknown Object (File)
Oct 3 2023, 12:36 AM
Unknown Object (File)
Oct 1 2023, 4:31 AM
Subscribers

Details

Summary

In SF bug 61297 it's been confirmed that the hardware does not always
calculate the TCP checksum correctly with TSO sends.

The value of the Total Length field (IPv4) or Payload Length field
(IPv6) is the critical factor. We're sufficiently confident that if
these fields are zero then the checksum will be calculated correctly.

The information may be used by the drivers to check if the workaround is
required when FATSOv2 is implemented.

Submitted by: Mark Spender <mspender at solarflare.com>
Sponsored by: Solarflare Communications, Inc.

Test Plan

amd64 tinderbox kernel builds tested
driver loaded/unloaded, interfaces up/down, traffic works fine

Diff Detail

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

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 30 2018, 7:07 AM
This revision was automatically updated to reflect the committed changes.