lkml.org 
[lkml]   [2004]   [Feb]   [27]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromStuart Young <>
SubjectRe: help in TCP checksum offload , TSO and zero copy
DateFri, 27 Feb 2004 16:00:30 +1100
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.


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:01    [from the cache]
©2003-2008