Page MenuHomeFreeBSD

Fix the amd64 LINT build
AbandonedPublic

Authored by markj on Dec 7 2017, 3:40 PM.
Tags
None
Referenced Files
F82712246: D13409.id36341.diff
Wed, May 1, 10:11 PM
F82710932: D13409.id.diff
Wed, May 1, 9:50 PM
Unknown Object (File)
Wed, May 1, 4:22 PM
Unknown Object (File)
Sat, Apr 27, 11:58 PM
Unknown Object (File)
Fri, Apr 26, 9:18 AM
Unknown Object (File)
Mar 2 2024, 4:37 PM
Unknown Object (File)
Feb 19 2024, 10:06 PM
Unknown Object (File)
Dec 23 2023, 11:40 AM
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.