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
F109832281: D14129.id38691.diff
Mon, Feb 10, 2:34 AM
Unknown Object (File)
Wed, Feb 5, 5:01 PM
Unknown Object (File)
Tue, Feb 4, 11:08 PM
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
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.