Re: [patch v2 1/2] sched: Use resched IPI to kick off the nohz idlebalance

From: Suresh Siddha
Date: Tue Oct 04 2011 - 14:02:19 EST


On Tue, 2011-10-04 at 02:05 -0700, Peter Zijlstra wrote:
> On Mon, 2011-10-03 at 15:09 -0700, Suresh Siddha wrote:
> > + smp_mb();
> > + /*
> > + * Use smp_send_reschedule() instead of resched_cpu().
> > + * This way we generate a sched IPI on the target cpu which
> > + * is idle. And the softirq performing nohz idle load balance
> > + * will be run before returning from the IPI.
> > + */
> > + smp_send_reschedule(ilb_cpu);
>
> Now the only thing missing is where the matching barrier is, does
> receiving an interrupt imply a mb? If so that wants mentioning
> somewhere, otherwise people will wonder how we can ever read the right
> value.

This is similar to resched_task()? Isn't it?

I am expecting the interrupt handlers will be already having the
necessary memory barriers, if the arch requires it.

thanks,
suresh


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/