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, Jan 17, 7:34 AM
Unknown Object (File)
Mon, Jan 13, 10:05 PM
Unknown Object (File)
Nov 28 2024, 9:41 PM
Unknown Object (File)
Nov 28 2024, 9:41 PM
Unknown Object (File)
Nov 28 2024, 9:41 PM
Unknown Object (File)
Nov 28 2024, 9:18 PM
Unknown Object (File)
Sep 24 2024, 7:31 PM
Unknown Object (File)
Sep 23 2024, 2:30 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

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

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.