Page MenuHomeFreeBSD

82598 doesn't support SCTP checksum offloading
ClosedPublic

Authored by tuexen on Feb 4 2016, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 11:46 PM
Unknown Object (File)
Mon, Apr 29, 11:15 AM
Unknown Object (File)
Jan 16 2024, 1:38 PM
Unknown Object (File)
Jun 3 2023, 7:07 AM
Unknown Object (File)
May 29 2023, 4:42 PM
Unknown Object (File)
May 17 2023, 6:02 PM
Unknown Object (File)
Apr 11 2017, 2:22 AM
Unknown Object (File)
Feb 18 2017, 11:56 AM
Subscribers

Details

Summary

In FreeBSD 10 and higher the driver announces SCTP checksum offloading support even for 82598, which doesn't support it. The legacy code has a check for it, which was missed when the code for dealing with CSUM_IP6_* was added.

Test Plan

Just code review, since I don't have a card with a 82598 chip.

Diff Detail

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

Event Timeline

tuexen retitled this revision from to 82598 doesn't support SCTP checksum offloading.
tuexen updated this object.
tuexen edited the test plan for this revision. (Show Details)
tuexen added a reviewer: Intel Networking.
tuexen set the repository for this revision to rS FreeBSD src repository - subversion.
erj edited edge metadata.

It looks good.

This revision is now accepted and ready to land.Feb 4 2016, 5:23 PM

Hi Eric,

should I wait for a review from sbruno@ or go ahead and commit it?

Best regards
Michael

You can go ahead and commit this one.

sbruno edited edge metadata.
This revision was automatically updated to reflect the committed changes.