Re: The machdep.hyperthreading_allowed & ULE weirdness in 7.1



On Mon, 23 Feb 2009, Robert Watson wrote:

It's not quite that simple -- in a world of device drivers pinning threads to CPUs for workload distribution, callout threads and sched_bind()/sched_pin() for crypto load distribution, etc, you need a whole infrastructure for software-disabled CPUs. Disabling it using the BIOS or device.hints is the only reliable way to do this right now. Changing the architecture of the kernel to disable CPU cores after boot is a significant investment of work,

^^^^ s/disable/desirable/

Robert N M Watson
Computer Laboratory
University of Cambridge
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: The machdep.hyperthreading_allowed & ULE weirdness in 7.1
    ... On Mon, 23 Feb 2009, Robert Watson wrote: ... CPUs for workload distribution, callout threads and sched_bind/sched_pinfor crypto load distribution, etc, you need a whole infrastructure for software-disabled CPUs. ... Changing the architecture of the kernel to disable CPU cores after boot is a significant investment of work, ...
    (freebsd-stable)
  • Re: Linux compatible setaffinity.
    ... Robert Watson wrote: ... which cpus are sharing cache, or memory distance is closest enough, ... at their recently-announced affinity API: ...
    (freebsd-arch)
  • Re: Linux compatible setaffinity.
    ... Robert Watson wrote: ... which cpus are sharing cache, or memory distance is closest enough, and which cpus are servicing interrupts, e.g, network interrupt and disks etc, etc, otherwise, blindly setting cpu affinity mask only can shoot itself in the foot. ...
    (freebsd-arch)