On Fri, 27 Feb 2004 05:52 am, MP M wrote: > Next I set the tx and rx checksum on e1000 card using > ethtool , and repeated the above test with ttcp > utility .Since the content size is same and with tx/rx > checksum off on e1000 , I expected the time duaration > of data transfer from server to client to be x+some > delta . But surprisingly I am noticing the data > transfer at lesser time than x .(ie faster than before > with tx/rx checksum off on e1000 ) . > > I would appreciate if anyone could shed some light on > this odd behaviour . If you only ran the test once, could this be due to disk access and caching of the original command by the block layer? You'd be better off getting rid of tar from the equation, by creating the tar output on disk, and then copying that to null to prime the disk cache before you perform your tests. Avoid any other disk activity on the box, as it could flush the disk cache and change the results. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html