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)
Thu, Oct 17, 1:00 PM
Unknown Object (File)
Thu, Oct 17, 1:00 PM
Unknown Object (File)
Thu, Oct 17, 12:59 PM
Unknown Object (File)
Thu, Oct 17, 12:30 PM
Unknown Object (File)
Mon, Oct 14, 10:51 PM
Unknown Object (File)
Mon, Oct 14, 3:43 PM
Unknown Object (File)
Oct 4 2024, 6:07 PM
Unknown Object (File)
Oct 4 2024, 11:53 AM
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