Page MenuHomeFreeBSD

Add tunable to allow interrupts on hyperthreaded cores
ClosedPublic

Authored by gallatin on Nov 4 2019, 2:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Mar 23, 1:04 AM
Unknown Object (File)
Sun, Mar 22, 12:58 AM
Unknown Object (File)
Fri, Mar 20, 2:31 AM
Unknown Object (File)
Thu, Mar 19, 11:06 AM
Unknown Object (File)
Sun, Mar 15, 12:25 AM
Unknown Object (File)
Sun, Mar 1, 11:24 AM
Unknown Object (File)
Sun, Mar 1, 2:53 AM
Unknown Object (File)
Tue, Feb 24, 4:21 PM
Subscribers

Details

Summary

This benefits workloads which are primarily interrupt driven by increasing the logical cores available for interrupt handling.

Note that there is a review open which will make the ULE scheduler schedule an ithread immediately on the local core. (https://reviews.freebsd.org/D17885). Running a Netflix workload with this patch applied leads to very uneven CPU use, as a substantial fraction of our workload is interrupt driven from the NIC ithread, and the logical cores are underutilized.

Diff Detail

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