Page MenuHomeFreeBSD

cxgbe: Only run ktls_tick when NIC TLS is enabled.
ClosedPublic

Authored by jhb on Oct 13 2021, 9:11 PM.
Tags
None
Referenced Files
F137487830: D32491.id.diff
Sun, Nov 23, 10:23 PM
Unknown Object (File)
Tue, Nov 18, 5:39 AM
Unknown Object (File)
Fri, Nov 14, 1:12 AM
Unknown Object (File)
Sat, Nov 8, 6:27 AM
Unknown Object (File)
Sat, Nov 8, 1:31 AM
Unknown Object (File)
Thu, Nov 6, 2:54 PM
Unknown Object (File)
Thu, Nov 6, 2:21 PM
Unknown Object (File)
Wed, Nov 5, 10:22 PM
Subscribers

Details

Summary

Previously the body of ktls_tick was a nop when NIC TLS was disabled,
but the callout was still scheduled consuming power on otherwise-idle
systems with Chelsio T6 adapters. Now the callout only runs while NIC
TLS is enabled on at least one interface of an adapter.

Reported by: mav
Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable