netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jeremy M. Guthrie" <jeremy.guthrie@berbee.com>
To: netdev@oss.sgi.com
Cc: Robert Olsson <Robert.Olsson@data.slu.se>
Subject: Re: V2.4 policy router operates faster/better than V2.6
Date: Fri, 14 Jan 2005 13:26:26 -0600	[thread overview]
Message-ID: <200501141326.29575.jeremy.guthrie@berbee.com> (raw)
In-Reply-To: <200501141300.44347.jeremy.guthrie@berbee.com>

[-- Attachment #1: Type: text/plain, Size: 3208 bytes --]

I actually upped the buffer count to 8192 buffers instead of 10k.  Of the 74 
samples I have thus far, 57 have been clean of errors.  Most of the sample 
errors appear to be shortly after the cache flush.

I am going to let the buffers run for a bit longer then I have to go.  I have 
a five hour drive ahead of me.  

On Friday 14 January 2005 01:00 pm, Jeremy M. Guthrie wrote:
> These stats are from the driver Jesse instrumented.
> ethtool -S eth3 | egrep -v ": 0"
> NIC statistics:
>      rx_packets: 1130958533
>      tx_packets: 5
>      rx_bytes: 2373643298
>      tx_bytes: 398
>      rx_errors: 4388190
>      rx_dropped: 1486253
>      rx_fifo_errors: 2901937
>      rx_missed_errors: 2901937
>      rx_long_byte_count: 582194228258
>      rx_csum_offload_good: 1040376597
>      int_tx_desc: 4
>      int_tx_queueempty: 5
>      int_link_state: 1
>      int_rx_desc_min_thresh: 20704
>      int_rx_fifo_ovr: 1208
>      int_rx_timer: 331925913
>      int_rxcfg: 1
>      rx_csum_offload_errors: 325045
>
> I am seeing more times w/ his driver where I run at zero errors.  Of the
> last 877 samples since I switched drivers, I see 231 samples w/ zero
> errors.
>
> On Friday 14 January 2005 10:05 am, Robert Olsson wrote:
> > Jeremy M. Guthrie writes:
> >  > I ran a script overnight using the modified driver you had given me
> >  > Robert. it is interesting that there is almost always errors in the
> >  > interface even though we aren't getting dst-cache errors and running ~
> >  > 40% free CPU now.  I am going to switch over to Jesse's driver to see
> >  > if his instrumentation helps nail down where the problem is.
> >  >
> >  >
> >  >      rx_packets: 2722676103
> >  >      tx_packets: 5
> >  >      rx_bytes: 1171335471
> >  >      tx_bytes: 398
> >  >      rx_errors: 8558366
> >  >      tx_errors: 0
> >  >      rx_dropped: 1951692
> >
> >  It might come from be periodic work from GC process correlate drops w.
> > rtatat.
> >
> >  I think the GC process can be made more smooth but studies and
> > experimentation is probably needed as GC process is quite complex. Maybe
> > some looked into this already?
> >  Also you reported less drops when you increased the size of the RX ring
> > and I see higher system performance with smaller RX rings. Both
> > statements may actually be true. Big rings size may buffer during
> > periodic work as GC.
>
> I am running w/ 2048 input buffers.  I am going to increase to 10K and try
> again.
>
> >  Also I have an experimental patch so you route without the route hash as
> > a comparison. You have to be brave...
>
> I am about 300 miles from the machine this week and next week though I
> might be able to try it this weekend while I am home.
>
> >  BTW we had this thread going for week,
>
> Pardon me for being a bit naive but I am not understanding this last
> comment.

-- 

--------------------------------------------------
Jeremy M. Guthrie        jeremy.guthrie@berbee.com
Senior Network Engineer        Phone: 608-298-1061
Berbee                           Fax: 608-288-3007
5520 Research Park Drive         NOC: 608-298-1102
Madison, WI 53711

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2005-01-14 19:26 UTC|newest]

Thread overview: 88+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-03 20:55 V2.4 policy router operates faster/better than V2.6 Jeremy M. Guthrie
2005-01-03 22:51 ` Stephen Hemminger
2005-01-03 22:56   ` Jeremy M. Guthrie
2005-01-05 13:18     ` Robert Olsson
2005-01-05 15:18       ` Jeremy M. Guthrie
2005-01-05 16:30         ` Robert Olsson
2005-01-05 17:35           ` Jeremy M. Guthrie
2005-01-05 19:25             ` Jeremy M. Guthrie
2005-01-05 20:22               ` Robert Olsson
2005-01-05 20:52                 ` Jeremy M. Guthrie
2005-01-06 15:26                 ` Jeremy M. Guthrie
2005-01-06 18:15                   ` Robert Olsson
2005-01-06 19:35                     ` Jeremy M. Guthrie
2005-01-06 20:29                       ` Robert Olsson
2005-01-06 20:54                         ` Jeremy M. Guthrie
2005-01-06 20:55                         ` Jeremy M. Guthrie
2005-01-06 21:19                         ` Jeremy M. Guthrie
2005-01-06 21:36                           ` Robert Olsson
2005-01-06 21:46                             ` Jeremy M. Guthrie
2005-01-06 22:11                               ` Robert Olsson
2005-01-06 22:18                                 ` Jeremy M. Guthrie
2005-01-06 22:35                                   ` Robert Olsson
2005-01-07 16:17                                     ` Jeremy M. Guthrie
2005-01-07 19:18                                       ` Robert Olsson
2005-01-07 19:38                                         ` Jeremy M. Guthrie
2005-01-07 20:07                                           ` Robert Olsson
2005-01-07 20:14                                           ` Jeremy M. Guthrie
2005-01-07 20:40                                             ` Robert Olsson
2005-01-07 21:06                                               ` Jeremy M. Guthrie
2005-01-07 21:30                                                 ` Robert Olsson
2005-01-11 15:11                                                   ` Jeremy M. Guthrie
2005-01-07 22:28                                             ` Jesse Brandeburg
2005-01-07 22:50                                               ` Jeremy M. Guthrie
2005-01-07 22:57                                                 ` Stephen Hemminger
2005-01-11 15:17                                                   ` Jeremy M. Guthrie
2005-01-11 16:40                                                     ` Robert Olsson
2005-01-12  1:27                                                       ` Jeremy M. Guthrie
2005-01-12 15:11                                                         ` Robert Olsson
2005-01-12 16:24                                                           ` Jeremy M. Guthrie
2005-01-12 19:27                                                             ` Robert Olsson
2005-01-12 20:11                                                               ` Jeremy M. Guthrie
2005-01-12 20:21                                                                 ` Robert Olsson
2005-01-12 20:30                                                                   ` Jeremy M. Guthrie
2005-01-12 20:45                                                                   ` Jeremy M. Guthrie
2005-01-12 22:02                                                                     ` Robert Olsson
2005-01-12 22:21                                                                       ` Jeremy M. Guthrie
     [not found]                                                                         ` <16869.42247.126428.508479@robur.slu.se>
2005-01-12 22:42                                                                           ` Jeremy M. Guthrie
2005-01-12 22:47                                                                           ` Jeremy M. Guthrie
2005-01-12 23:19                                                                             ` Robert Olsson
2005-01-12 23:23                                                                               ` Jeremy M. Guthrie
2005-01-13  8:56                                                                                 ` Robert Olsson
2005-01-13 19:28                                                                                   ` Jeremy M. Guthrie
2005-01-13 20:00                                                                                     ` David S. Miller
2005-01-13 20:43                                                                                       ` Jeremy M. Guthrie
2005-01-13 23:13                                                                                         ` David S. Miller
2005-01-13 21:12                                                                                     ` Robert Olsson
2005-01-13 22:27                                                                                       ` Jeremy M. Guthrie
2005-01-14 15:44                                                                                         ` Robert Olsson
2005-01-14 14:59                                                                                       ` Jeremy M. Guthrie
2005-01-14 16:05                                                                                         ` Robert Olsson
2005-01-14 19:00                                                                                           ` Jeremy M. Guthrie
2005-01-14 19:26                                                                                             ` Jeremy M. Guthrie [this message]
2005-01-16 12:32                                                                                               ` Robert Olsson
2005-01-16 16:22                                                                                                 ` Jeremy M. Guthrie
2005-01-19 15:03                                                                                                 ` Jeremy M. Guthrie
2005-01-19 22:18                                                                                                   ` Robert Olsson
2005-01-20  1:50                                                                                                     ` Jeremy M. Guthrie
2005-01-20 11:30                                                                                                       ` Robert Olsson
2005-01-20 14:37                                                                                                         ` Jeremy M. Guthrie
2005-01-20 17:01                                                                                                           ` Robert Olsson
2005-01-20 17:14                                                                                                             ` Jeremy M. Guthrie
2005-01-20 21:53                                                                                                               ` Robert Olsson
2005-01-21 21:20                                                                                                                 ` Jeremy M. Guthrie
2005-01-21 15:23                                                                                                               ` Robert Olsson
2005-01-21 21:24                                                                                                                 ` Jeremy M. Guthrie
2005-01-31 15:37                                                                                                               ` Jeremy M. Guthrie
2005-01-31 18:06                                                                                                                 ` Robert Olsson
2005-01-12 22:05                                                                     ` Jeremy M. Guthrie
2005-01-12 22:22                                                                       ` Robert Olsson
2005-01-12 22:30                                                                         ` Jeremy M. Guthrie
2005-01-11 17:17                                                     ` Jeremy M. Guthrie
2005-01-11 18:46                                                       ` Robert Olsson
2005-01-12  1:30                                                         ` Jeremy M. Guthrie
2005-01-12 16:02                                                           ` Robert Olsson
2005-01-04 15:07   ` Jeremy M. Guthrie
     [not found] <200501071619.54566.jeremy.guthrie@berbee.com>
2005-01-07 23:23 ` Jesse Brandeburg
2005-01-10 21:11   ` Jeremy M. Guthrie
     [not found] <C925F8B43D79CC49ACD0601FB68FF50C02D39006@orsmsx408>
2005-01-13 22:55 ` Jeremy M. Guthrie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200501141326.29575.jeremy.guthrie@berbee.com \
    --to=jeremy.guthrie@berbee.com \
    --cc=Robert.Olsson@data.slu.se \
    --cc=netdev@oss.sgi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).