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)
Fri, Apr 10, 12:43 AM
Unknown Object (File)
Mon, Apr 6, 1:08 PM
Unknown Object (File)
Sun, Apr 5, 6:46 AM
Unknown Object (File)
Sun, Mar 29, 4:57 AM
Unknown Object (File)
Sun, Mar 29, 4:56 AM
Unknown Object (File)
Thu, Mar 26, 3:27 AM
Unknown Object (File)
Mon, Mar 23, 11:42 PM
Unknown Object (File)
Mon, Mar 23, 1:32 AM
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.