Kumar Gala wrote: [...] > The intent of this change is to handle SMP based invalidates via IPIs instead > of broadcasts as the mechanism scales better for larger number of cores.
Hi Kumar, How is the inter-IPI deadlock avoidance designed in this new approach? I don't know the close details of low-level Book-E VM design in Linux, but am thinking about a scenario when we have two TLB misses hitting almost immediately on two different cores and they both want to send a TLB invalidate IPI to each other. How do you manage this? The reason I ask is we had similar considerations (and problems) when bringing SMP to the dual core e500 on FreeBSD and ended up not using IPIs, at least for now, because of such concerns (and actual problems of this kind). Rafal _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev