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
Unknown Object (File)
Sat, Dec 7, 11:14 PM
Unknown Object (File)
Wed, Nov 27, 9:22 PM
Unknown Object (File)
Thu, Nov 14, 12:34 PM
Unknown Object (File)
Wed, Nov 13, 7:33 PM
Unknown Object (File)
Oct 17 2024, 1:00 PM
Unknown Object (File)
Oct 17 2024, 1:00 PM
Unknown Object (File)
Oct 17 2024, 12:59 PM
Unknown Object (File)
Oct 17 2024, 12:30 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