Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Early\s+SPECWeb99\s+results\s+on\s+2\.5\.33\s+with\s+TSO\s+on\s+e1000\s*$/: 202 ]

Total 202 documents matching your query.

1. Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Troy Wilson <tcw@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Sep 2002 13:30:22 -0500 (CDT)
I've got some early SPECWeb [*] results with 2.5.33 and TSO on e1000. I get 2906 simultaneous connections, 99.2% conforming (i.e. faster than the 320 kbps cutoff), at 0% idle with TSO on. For compari
/archives/netdev/2002-09/msg00007.html (10,526 bytes)

2. RE: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "Feldman, Scott" <scott.feldman@xxxxxxxxx>
Date: Thu, 5 Sep 2002 13:47:36 -0700
A 10% bump is good. Thanks for running the numbers. Sorry, I should have made a CONFIG switch. Just hack the driver for now to turn it off: -- linux-2.5/drivers/net/e1000/e1000_main.c Fri Aug 30 19:2
/archives/netdev/2002-09/msg00008.html (11,009 bytes)

3. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: Thu, 5 Sep 2002 16:59:47 -0400 (EDT)
Hey, thanks for crossposting to netdev So if i understood correctly (looking at the intel site) the main value add of this feature is probably in having the CPU avoid reassembling and retransmitting.
/archives/netdev/2002-09/msg00009.html (9,337 bytes)

4. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Troy Wilson <tcw@xxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Sep 2002 17:11:15 -0500 (CDT)
Quoting David S. Miller: I'll gather netstat -s after runs with and without TSO enabled. Anything else you'd like to see? Yes. My webserver is Apache 2.0.36, which uses sendfile for anything over 8k
/archives/netdev/2002-09/msg00010.html (9,805 bytes)

5. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Thu, 5 Sep 2002 15:39:31 -0700
Quoting Troy Wilson <tcw@xxxxxxxxxxxxxxxxxxxx>: Troy, this is pointing out the obvious, but make sure you have the before stats as well :)... thanks, Nivedita
/archives/netdev/2002-09/msg00011.html (10,038 bytes)

6. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Thu, 5 Sep 2002 15:48:35 -0700
Quoting jamal <hadi@xxxxxxxxxx>: Er, even just assembling and transmitting? I'm thinking of the reduction in things like separate memory allocation calls and looking up the route, etc..?? Why do say
/archives/netdev/2002-09/msg00012.html (10,570 bytes)

7. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Dave Hansen <haveblue@xxxxxxxxxx>
Date: Thu, 05 Sep 2002 16:01:32 -0700
Nivedita Singhvi wrote: SpecWeb99 doesnt execute the path that might benefit the most from this patch - sendmsg() of large files - large writes going down.. For those of you who don't know Specweb we
/archives/netdev/2002-09/msg00013.html (9,924 bytes)

8. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: Thu, 5 Sep 2002 21:47:35 -0400 (EDT)
I am not sure; if he gets a busy system in a congested network, i can see the offloading savings i.e i am not sure if the amortization of the calls away from the CPU is sufficient enough savings if i
/archives/netdev/2002-09/msg00014.html (10,646 bytes)

9. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Thu, 5 Sep 2002 20:38:10 -0700
Quoting jamal <hadi@xxxxxxxxxx>: do you mean sack data being sent as a tcp option? dont know, lots of other questions arise (like timestamp on all the segments would be the same?). most recent (dont
/archives/netdev/2002-09/msg00015.html (10,949 bytes)

10. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Thu, 05 Sep 2002 20:47:21 -0700 (PDT)
It's the DMA bandwidth saved, most of the specweb runs on x86 hardware is limited by the DMA throughput of the PCI host controller. In particular some controllers are limited to smaller DMA bursts to
/archives/netdev/2002-09/msg00016.html (11,071 bytes)

11. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Thu, 05 Sep 2002 20:56:26 -0700 (PDT)
From: jamal <hadi@xxxxxxxxxx> Date: Thu, 5 Sep 2002 21:47:35 -0400 (EDT) I am not sure; if he gets a busy system in a congested network, i can see the offloading savings i.e i am not sure if the amor
/archives/netdev/2002-09/msg00017.html (11,620 bytes)

12. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Thu, 05 Sep 2002 20:58:42 -0700 (PDT)
most recent (dont know how far back) versions of netstat display /proc/net/snmp and /proc/net/netstat (with the Linux TCP MIB), so netstat -s should show you most of whats interesting. Or were you re
/archives/netdev/2002-09/msg00018.html (10,507 bytes)

13. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Thu, 5 Sep 2002 21:20:47 -0700
Quoting "David S. Miller" <davem@xxxxxxxxxx>: Sure :). The motivation for seeing the stats though would be to get an idea of how much retransmission/SACK etc activity _is_ occurring during Troy's Spe
/archives/netdev/2002-09/msg00019.html (11,207 bytes)

14. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Thu, 05 Sep 2002 21:17:03 -0700 (PDT)
From: Nivedita Singhvi <niv@xxxxxxxxxx> Date: Thu, 5 Sep 2002 21:20:47 -0700 Sure :). The motivation for seeing the stats though would be to get an idea of how much retransmission/SACK etc activity _
/archives/netdev/2002-09/msg00020.html (11,128 bytes)

15. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "Martin J. Bligh" <Martin.Bligh@xxxxxxxxxx>
Date: Thu, 05 Sep 2002 23:48:42 -0700
I'm not sure that's entirely true in this case - the Netfinity 8500R is slightly unusual in that it has 3 or 4 PCI buses, and there's 4 - 8 gigabit ethernet cards in this beast spread around differe
/archives/netdev/2002-09/msg00021.html (12,280 bytes)

16. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Thu, 05 Sep 2002 23:51:59 -0700 (PDT)
From: "Martin J. Bligh" <Martin.Bligh@xxxxxxxxxx> Date: Thu, 05 Sep 2002 23:48:42 -0700 Just to throw another firework into the fire whilst people are awake, NAPI does not seem to scale to this sort
/archives/netdev/2002-09/msg00022.html (11,064 bytes)

17. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Andrew Morton <akpm@xxxxxxxxxx>
Date: Fri, 06 Sep 2002 00:36:04 -0700
Mala did some testing on this a couple of weeks back. It appears that NAPI damaged performance significantly. http://www-124.ibm.com/developerworks/opensource/linuxperf/netperf/results/july_02/netper
/archives/netdev/2002-09/msg00024.html (10,689 bytes)

18. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: "David S. Miller" <davem@xxxxxxxxxx>
Date: Fri, 06 Sep 2002 00:22:53 -0700 (PDT)
Mala did some testing on this a couple of weeks back. It appears that NAPI damaged performance significantly. http://www-124.ibm.com/developerworks/opensource/linuxperf/netperf/results/july_02/netpe
/archives/netdev/2002-09/msg00025.html (11,419 bytes)

19. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: jamal <hadi@xxxxxxxxxx>
Date: Fri, 6 Sep 2002 05:54:09 -0400 (EDT)
I looked at those graphs, but the lack of information makes them useless. For example there are too many variables to the tests -- what is the effect the message size? and then look at the socket buf
/archives/netdev/2002-09/msg00026.html (12,099 bytes)

20. Re: Early SPECWeb99 results on 2.5.33 with TSO on e1000 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Fri, 6 Sep 2002 13:44:34 +0200
Hopefully yes... I see other numbers so we have to sort out the differences. Andrew Morton pinged me about this test last week. So I've had a chance to run some tests. Some comments: Scale to CPU can
/archives/netdev/2002-09/msg00027.html (12,729 bytes)


This search system is powered by Namazu