Um.  It doesn't take nearly 10Ghz to handle 10Mbps, or even 100Mbps.
> would be good for people that have multi-processors, but there is a 
> large segment of embedded processors that are not going have SMP, or be 
> at 10GHz anytime soon.  Besides that processing interrupts does not 
> scale across MPs liniarly.  The truth is that communication speeds are 
> outpacing processor speeds at this time.
If the host CPU is a bottleneck after large-send and checksums have been 
offloaded, then logically you aren't getting any work done _anyway_. 
You have to interface with the net stack at some point, in which case 
you incur a fixed cost, for socket handling, TCP exception handling, etc.
Maybe somebody needs to be looking into AMP (asymmetric 
multiprocessing), too.
	Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/