Re: x86: Is there still value in having a special tlb flush IPI vector?

From: Jeremy Fitzhardinge
Date: Tue Jul 29 2008 - 10:46:51 EST


Andi Kleen wrote:
Yes, but it's only held briefly to put things onto the list. It doesn't get held over the whole IPI transaction as the old smp_call_function did, and the tlb flush code still does. RCU is used to manage the list walk and freeing, so there's no long-held locks there either.

If it bounces regularly it will still hurt.

We could convert smp_call_function_mask to use a multi-vector scheme like tlb_64.c if that turns out to be an issue.

J
--
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/