Re: irq balancer

2013-05-13 Thread Adrian Chadd
... that's what the scheduler is for, right? dynamically assigning interrupt threads to inactive CPUs? Adrian ___ freebsd-performance@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-performance To unsubscribe, send any mail t

Re: irq balancer

2013-05-13 Thread Eric van Gyzen
On 05/13/2013 03:43, Meny Yossefi wrote: > Hi, > > I'm running FreeBSD 9.1. > I was wandering if there's a way to distribute hardware interrupts (pinning > an interrupt handler to a specific CPU) across processors for performance > benefits. > Linux has a process called irqbalancer for exactly th

irq balancer

2013-05-13 Thread Meny Yossefi
Hi, I'm running FreeBSD 9.1. I was wandering if there's a way to distribute hardware interrupts (pinning an interrupt handler to a specific CPU) across processors for performance benefits. Linux has a process called irqbalancer for exactly that purpose. Is there an equivalent in FreeBSD ? Thank