Eliminating rwlocks and IRQF_DISABLED
Eliminating rwlocks and IRQF_DISABLED
Posted Dec 7, 2009 11:26 UTC (Mon) by xav (guest, #18536)In reply to: Eliminating rwlocks and IRQF_DISABLED by kleptog
Parent article: Eliminating rwlocks and IRQF_DISABLED
i don't think it's such a good solution. If all interrupts are related (say, you're receiving data from the network and must process it in an app), distributing the interrupts from CPU to CPU means the application must follow, and with it its cache, so you'll have lots of cache line bouncing, which is expensive.
