Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*\[Fwd\:\s+\[E1000\]\s+NAPI\s+re\-insertion\s+w\/\s+changes\]\s*$/: 40 ]

Total 40 documents matching your query.

1. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: "Feldman, Scott" <scott.feldman@xxxxxxxxx>
Date: Tue, 1 Apr 2003 09:47:55 -0800
Thanks for you help guys! I broke NAPI (don't hate me) and then went on vacation, so I apologize for not responding sooner. I like what you've come up with here, so I'll turn the patch around for Je
/archives/netdev/2003-04/msg00008.html (8,592 bytes)

2. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Tue, 1 Apr 2003 20:57:24 +0200
Hello! Honestly not too much thinking... well we can always argue by having Rx last we get more packets per poll. Yes we should test the other way around. Also still some concern by having the watchd
/archives/netdev/2003-04/msg00011.html (9,814 bytes)

3. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: "Feldman, Scott" <scott.feldman@xxxxxxxxx>
Date: Tue, 1 Apr 2003 11:13:53 -0800
e1000_intr feels better to me in keeping the clean-up work separate from managing link status change (hopefully an infrequent event :). Do you see any problems? Ya, that read hurts, which was part o
/archives/netdev/2003-04/msg00012.html (8,898 bytes)

4. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: Jason Lunz <lunz@xxxxxxxxxxxxxxxxxx>
Date: Tue, 1 Apr 2003 19:23:10 +0000 (UTC)
It works. Reducing PCI accessess gives a measurable improvement. I'll post plots later today. -- Jason Lunz Reflex Security lunz@xxxxxxxxxxxxxxxxxx http://www.reflexsecurity.com/
/archives/netdev/2003-04/msg00013.html (8,758 bytes)

5. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Tue, 1 Apr 2003 21:44:03 +0200
Well I was afraid that this would not be run at very heavy loads due to interrupt disabling but I forgot: e1000_watchdog(unsigned long data) { /* Cause software interrupt to ensure rx ring is cleaned
/archives/netdev/2003-04/msg00014.html (9,458 bytes)

6. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: Jeff Garzik <jgarzik@xxxxxxxxx>
Date: Tue, 1 Apr 2003 16:16:51 -0500
TX frees skbs, RX allocates skbs. You lessen the chance of allocation failure or "additional work" being performed by the allocator when you do it in this order. Jeff
/archives/netdev/2003-04/msg00017.html (9,411 bytes)

7. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: "Feldman, Scott" <scott.feldman@xxxxxxxxx>
Date: Tue, 1 Apr 2003 13:22:15 -0800
At the expense of Rx latency. I suppose the best would be: rx_clean tx_clean rx_alloc -scott
/archives/netdev/2003-04/msg00018.html (8,498 bytes)

8. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: Jason Lunz <lunz@xxxxxxxxxxxxxxxxxx>
Date: Tue, 1 Apr 2003 22:40:03 +0000 (UTC)
The graphs are up now. The best driver measured so far is Robert's change to reinstate irq-disable-on-poll + reduce-pci-traffic, with XsumRX turned off. I'm currently measuring to see if it still has
/archives/netdev/2003-04/msg00021.html (9,315 bytes)

9. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: "Feldman, Scott" <scott.feldman@xxxxxxxxx>
Date: Tue, 1 Apr 2003 16:13:31 -0800
Very good. Jeff has the patch for -k2 which should be equivalent to -ro2. Robert, please post your -ro3 changes - I can't find them. BTW, the things that changed from 4.4.19-k3 to 5.0.43-k2 that may
/archives/netdev/2003-04/msg00022.html (9,633 bytes)

10. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: vem@xxxxxxxxxx>
Date: Wed, 2 Apr 2003 04:19:23 +0000 (UTC)
sorry, the -roX and -sfX notations are mine; i'm backporting everything to 2.4.20 for testing and most of the patches have to be tweaked one way or another, so I gave them all my own names to help ke
/archives/netdev/2003-04/msg00028.html (9,355 bytes)

11. [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: @xxxxxxxxxx>
Date: Fri, 21 Mar 2003 09:46:04 -0500
For review by the list... The other e100/e1000 changes are in the 2.5 nightly snapshot on kernel.org... -- Begin Message -- To: bk-commits-head@xxxxxxxxxxxxxxx Delivered-to: garzik@gtf.org Delivered-
/archives/netdev/2003-03/msg00168.html (15,031 bytes)

12. [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: Garzik <jgarzik@xxxxxxxxx>
Date: Sat, 22 Mar 2003 16:34:01 +0100
It's clean but I have some concerns... I think this will add interrupts when resources are fully utilized. In other words a decrease in top performance. I say "think" because I have no numbers. At GI
/archives/netdev/2003-03/msg00177.html (9,537 bytes)

13. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: <yoshfuji@xxxxxxxxxxxxxx>
Date: Sat, 22 Mar 2003 10:47:18 -0800
Thanks for the feedback. It's a twist on the previous driver where we disabled/enabled interrupts each time we went in/out of polling. Trying to avoid those extra PCI writes. My experience is that y
/archives/netdev/2003-03/msg00181.html (9,725 bytes)

14. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: @xxxxxxxxxxxxxx>
Date: Sat, 22 Mar 2003 21:28:14 +0100
True. Making interrupt delay larger will collect more packets on RX-ring and have the two PCI-writes to disable/enables irq to be shared by many packets. So I fear that interrupts are now added to th
/archives/netdev/2003-03/msg00183.html (9,609 bytes)

15. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: Miller" <davem@xxxxxxxxxx>
Date: Thu, 27 Mar 2003 17:54:17 +0100
Hello! Here is a hi-perf routing/DoS to start with... 10 Million pkts injected at high speed into eth2 and forwarded to eth3. Rx and Tx buffers are 256 and HW_FLOW is disabled and RxIntDelay=1. Which
/archives/netdev/2003-03/msg00210.html (11,318 bytes)

16. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: xx>
Date: Thu, 27 Mar 2003 17:10:03 +0000 (UTC)
I've seen pretty much the same thing. I plotted throughput vs. offered load for e1000 4.4.12-k1, 4.4.19-k3, and 5.0.43-k1 (all backported to 2.4.20). A summary with graphs is at: http://gtf.org/lunz/
/archives/netdev/2003-03/msg00217.html (9,367 bytes)

17. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: xxxxxxxxxxx>
Date: Fri, 28 Mar 2003 09:27:38 +0100
Illustrative. Can you test the patch I sent for 5.0.43 with your equipment/setup? Cheers. --ro
/archives/netdev/2003-03/msg00231.html (8,948 bytes)

18. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: rt hubert <ahu@xxxxxxx>
Date: Fri, 28 Mar 2003 17:32:08 +0000 (UTC)
We have a winner! I called the driver with your patch 5.0.43-k1-ro1. I also removed all the cyclesoak lines; all they really show is that throughput is really sensitive to how much CPU time ksoftirqd
/archives/netdev/2003-03/msg00235.html (8,750 bytes)

19. Re: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: dacky <toml@xxxxxxxxxx>
Date: Fri, 28 Mar 2003 19:43:22 +0100
Excellent! We have a flat performance curve at ~350 kpps at any load and packet size again. Of course this can be improved further. I think Intel still did the hard work but left the "fine" tuning an
/archives/netdev/2003-03/msg00236.html (9,510 bytes)

20. RE: [Fwd: [E1000] NAPI re-insertion w/ changes] (score: 1)
Author: xxxxxxxxxxxxxxx>
Date: Mon, 31 Mar 2003 19:14:36 +0200
A better approximation I think but probably not the last... Cheers. --ro -- linux/drivers/net/e1000/e1000_main.c.orig 2003-03-27 14:38:02.000000000 +0100 +++ linux/drivers/net/e1000/e1000_main.c 200
/archives/netdev/2003-03/msg00249.html (10,420 bytes)


This search system is powered by Namazu