Page MenuHomeFreeBSD

Export tcp_always_keepalive for use by the Chelsio TOM module.
ClosedPublic

Authored by jhb on Jan 30 2018, 1:22 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 24 2024, 9:44 PM
Unknown Object (File)
Apr 24 2024, 3:24 PM
Unknown Object (File)
Jan 2 2024, 1:08 PM
Unknown Object (File)
Dec 20 2023, 6:48 AM
Unknown Object (File)
Nov 19 2023, 5:34 AM
Unknown Object (File)
Nov 11 2023, 11:37 PM
Unknown Object (File)
Nov 7 2023, 7:25 PM
Unknown Object (File)
Oct 10 2023, 10:35 PM
Subscribers

Details

Summary

This used to work by accident with ld.bfd even though always_keepalive
was marked as static. LLD honors static more correctly, so export this
variable properly (including moving it into the tcp_* namespace).

Test Plan
  • try to kldload t4_tom.ko on a LLD-linked kernel

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 14667
Build 14796: arc lint + arc unit

Event Timeline

bz added a subscriber: bz.

LGTM (not checked but assume you caught all places)

This revision is now accepted and ready to land.Jan 30 2018, 12:00 PM
This revision was automatically updated to reflect the committed changes.