On Wed, 2007-06-06 at 16:48 -0700, Rick Jones wrote: > > RX queues - yes, I can see; TX queues, it doesnt make sense to put > > different rings on different CPUs. > > To what extent might that preclude some cachelines bouncing hither and > yon between the CPUs?
I think the bouncing will exist a lot more with the multi CPUs. But one would assume if you go that path, you would also parallelize the stack on egress to reduce such an effect. I guess the point i am not seeing is the value. The tx, once hitting the NIC is an IO issue not a CPU issue. OTOH, the receive path once a packet is received, that is a CPU problem (and therefore multi CPUs help). To be fair to Peter, that is not what his patches are trying to address (and infact, they cant solve that problem). off for the night. cheers, jamal - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html