Page MenuHomeFreeBSD

Fix the amd64 LINT build
AbandonedPublic

Authored by markj on Dec 7 2017, 3:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 2, 4:37 PM
Unknown Object (File)
Feb 19 2024, 10:06 PM
Unknown Object (File)
Dec 23 2023, 11:40 AM
Unknown Object (File)
Sep 4 2023, 11:27 AM
Unknown Object (File)
Jan 7 2023, 5:42 PM
Unknown Object (File)
Nov 27 2022, 9:41 PM
Subscribers

Details

Reviewers
ae
tuexen
Summary

sctp_calculate_cksum() is defined only when SCTP_WITH_NO_CSUM is not
defined. If it is, just leave the checksum initialized to 0.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 13403
Build 13634: arc lint + arc unit

Event Timeline

That doesn't make sense, since SCTP_WITH_NO_CSUM was introduced ages ago just to test how the performance is with checksum offloading. Not computing the checksum in ipfw doesn't make sense...
I suggest that I will just retire SCTP_WITH_NO_CSUM in the source tree. Would that be acceptable?

That doesn't make sense, since SCTP_WITH_NO_CSUM was introduced ages ago just to test how the performance is with checksum offloading. Not computing the checksum in ipfw doesn't make sense...
I suggest that I will just retire SCTP_WITH_NO_CSUM in the source tree. Would that be acceptable?

Sure, my only aim here is to fix the build. :)

Great. Will fix that later today. I'm right now not able to commit things... Thanks for the notice.