In the case of network packets, wouldn't you get a lower
latency by transmitting the packet from the CPU that
knows the packet should be transmitted, instead of sending
an IPI to another CPU and waiting for that CPU to do the
work?
Inter-CPU communication has always been the bottleneck
when it comes to SMP performance. Why does adding more
inter-CPU communication make your system faster, instead
of slower like one would expect?
--
All rights reversed.
--