Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*V2\.4\s+policy\s+router\s+operates\s+faster\/better\s+than\s+V2\.6\s*$/: 176 ]

Total 176 documents matching your query.

121. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Fri, 7 Jan 2005 16:50:51 -0600
Makes sense. ethtool -S eth2 NIC statistics: rx_packets: 0 tx_packets: 314550698 rx_bytes: 0 tx_bytes: 4290523139 rx_errors: 0 tx_errors: 0 rx_dropped: 0 tx_dropped: 0 multicast: 0 collisions: 0 rx_l
/archives/netdev/2005-01/msg01795.html (14,621 bytes)

122. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Stephen Hemminger <shemminger@xxxxxxxx>
Date: Fri, 7 Jan 2005 14:57:11 -0800
Not sure if NAPI makes sense on transmit because it causes the transmit ring to grow and freeing the transmit skb should be quick. Perhaps other interrupt moderation schemes work better. On receive t
/archives/netdev/2005-01/msg01796.html (11,983 bytes)

123. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Jesse Brandeburg <jesse.brandeburg@xxxxxxxxx>
Date: Fri, 7 Jan 2005 15:23:03 -0800 (PST)
<snip!> <snip!> Okay, well, rx_dropped means "receive no buffers count" in our driver, but doesn't necessarily mean that the packet was completely dropped it just means that the fifo may have had to
/archives/netdev/2005-01/msg01798.html (12,007 bytes)

124. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Mon, 10 Jan 2005 15:11:02 -0600
I rebound the card with 2048 RxDescriptors. There appears to be a burst errors right when the port comes online. Down below is an ifconfig ; sleep 60 ; ifconfig. I'll be tesitng Robert's patch shortl
/archives/netdev/2005-01/msg01888.html (16,637 bytes)

125. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Tue, 11 Jan 2005 09:11:57 -0600
The code Jesse Brandeburg had me download has the patch in it. -- -- Jeremy M. Guthrie jeremy.guthrie@xxxxxxxxxx Senior Network Engineer Phone: 608-298-1061 Berbee Fax: 608-288-3007 5520 Research Par
/archives/netdev/2005-01/msg01914.html (12,215 bytes)

126. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Tue, 11 Jan 2005 09:17:23 -0600
date ; ifconfig eth3 ; cat /proc/net/softnet_stat ; cat /proc/net/stat/rt_cache ; sleep 60 ; date ; ifconfig eth3 ; cat /proc/net/softnet_stat ; cat /proc/net/stat/rt_cache Tue Jan 11 09:12:21 CST 20
/archives/netdev/2005-01/msg01915.html (14,504 bytes)

127. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Tue, 11 Jan 2005 11:17:57 -0600
./rtstat size IN: hit tot mc no_rt bcast madst masrc OUT: hit tot mc GC: tot ignored goal_miss ovrf HASH: in_search out_search 63375 86092 2844 0 0 0 0 0 5 1 1610369017 2846 2844 0 0 386039 17 64870
/archives/netdev/2005-01/msg01917.html (20,162 bytes)

128. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Tue, 11 Jan 2005 17:40:29 +0100
About the same load as last time 80 kpps forwarded and droprate of ~200 pps and 2323 fib lookups/sec. Not so bad for PIII but it maybe tuned better. Did the e1000 patch cure the problem that interrup
/archives/netdev/2005-01/msg01965.html (15,265 bytes)

129. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Tue, 11 Jan 2005 19:46:24 +0100
Yes rtstats is what we estimated. How about RX ring size and the e1000 fix? We give up here? Or you want to try another setting of route hash? It's beyond the scope of this subject. You have to reboo
/archives/netdev/2005-01/msg01966.html (22,381 bytes)

130. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Tue, 11 Jan 2005 19:27:13 -0600
ETH3 Interrupts(calc'd from below): 1479968 ETH2 Interrupts: 261543 Packets RX'd on ETH3: 3892720 Packets dropped on RX on ETH3: 10305 This equates to about a 0.26% drop rate. W/ 256 packet RX ring s
/archives/netdev/2005-01/msg01970.html (18,999 bytes)

131. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Tue, 11 Jan 2005 19:30:33 -0600
I am up for pushing it if you do not think it is a waste of time. Based on what I am seeing it looks like I just need a faster CPU to do the work. My goal would be to hit zero dropped packets w/ 10-1
/archives/netdev/2005-01/msg01971.html (22,819 bytes)

132. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Wed, 12 Jan 2005 16:11:55 +0100
Very strange... eth3 is bound to CPU0 which in turn has all packet load... If we were to believe your CPU0 was saturated (due to the drops). We should see no (RX) interrupts on eth3. But there is a l
/archives/netdev/2005-01/msg01991.html (20,532 bytes)

133. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Wed, 12 Jan 2005 17:02:16 +0100
Well we can try to decrease some of the linear search in the route hash once we understand why we see all the RX interrupts. --ro
/archives/netdev/2005-01/msg01993.html (11,635 bytes)

134. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Wed, 12 Jan 2005 10:24:59 -0600
I have no idea why it would be doing this. This appears to be where this problem is getting beyond my expertise. I verified NAPI is turned on. I also verified the patch is in place. I am open to sugg
/archives/netdev/2005-01/msg01994.html (17,292 bytes)

135. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Wed, 12 Jan 2005 20:27:40 +0100
Huh seems you didn't add the patch I sent. Below is diff from my editor to your e1000_main.c --ro -- e1000_main.c.jmg 2005-01-12 20:14:08.324168072 +0100 +++ e1000_main.c 2005-01-12 20:17:24.77730265
/archives/netdev/2005-01/msg02001.html (12,406 bytes)

136. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Wed, 12 Jan 2005 14:11:44 -0600
Latest numbers after your patch Robert. Wed Jan 12 14:05:36 CST 2005 eth3 Link encap:Ethernet HWaddr 00:02:B3:D5:7E:30 inet addr:10.253.0.1 Bcast:10.255.255.255 Mask:255.255.255.0 inet6 addr: fe80::2
/archives/netdev/2005-01/msg02002.html (16,050 bytes)

137. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Wed, 12 Jan 2005 21:21:43 +0100
Did the RX interrupts go down? --ro
/archives/netdev/2005-01/msg02003.html (16,831 bytes)

138. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Wed, 12 Jan 2005 14:30:00 -0600
Sorry, here is the latest. BTW, it is VERY sluggish now. Wed Jan 12 14:25:03 CST 2005 eth3 Link encap:Ethernet HWaddr 00:02:B3:D5:7E:30 RX packets:32030222 errors:105026820 dropped:105026820 overruns
/archives/netdev/2005-01/msg02004.html (20,128 bytes)

139. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: "Jeremy M. Guthrie" <jeremy.guthrie@xxxxxxxxxx>
Date: Wed, 12 Jan 2005 14:45:48 -0600
My throughput dropped from 500 mbps to 8mbps. 8( -- -- Jeremy M. Guthrie jeremy.guthrie@xxxxxxxxxx Senior Network Engineer Phone: 608-298-1061 Berbee Fax: 608-288-3007 5520 Research Park Drive NOC: 6
/archives/netdev/2005-01/msg02005.html (18,131 bytes)

140. Re: V2.4 policy router operates faster/better than V2.6 (score: 1)
Author: Robert Olsson <Robert.Olsson@xxxxxxxxxxx>
Date: Wed, 12 Jan 2005 23:02:20 +0100
Weird! There are no irq's on eth3 at all so RX softirq is constantly running. Which means it's deferred to ksoftirqd now and running under scheduler context. Do you have anything that competes with k
/archives/netdev/2005-01/msg02007.html (12,052 bytes)


This search system is powered by Namazu