netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ben Greear <greearb@candelatech.com>
To: Robert Olsson <Robert.Olsson@data.slu.se>
Cc: jamal <hadi@cyberus.ca>, "'netdev@oss.sgi.com'" <netdev@oss.sgi.com>
Subject: Re: tulip NAPI patch that works with 2.4.20-pre9 or so?
Date: Tue, 22 Oct 2002 09:56:59 -0700	[thread overview]
Message-ID: <3DB5835B.8000502@candelatech.com> (raw)
In-Reply-To: 15797.22728.683363.412344@robur.slu.se

Robert Olsson wrote:
> Ben Greear writes:
> 
> 
>    In the help file, you suggest this at close:
>             for (i=0; i<NR_CPUS; i++) {
>  -                  if(adapter->cnt[i]) {
> .
>    I think the second if should probably be while, ie like this:
>             for (i=0; i<NR_CPUS; i++) {
>  +                  while(adapter->cnt[i]) {
>  
>  Thanks!
> 
>  Your postings about driver for p430 Phobos 4-port NIC was very confusing. 
>  I assume that tulip in 2.4.20-pre9 works even without the tulip-020922.pat.  
>  Right?

It works fine as far as negotiation and ping goes, it just drops packets
(and very rarely, locks up on receive) at higher speeds.  With NAPI and
larger receive buffers, it drops very few packets, though it does occasionally
lock up when I first start traffic.  I will run tulip-diag on it next time
it does this...

> 
>  Does the board have separate MII-transceivers or is the tulip chips used
>  for MII?

I'm not sure...

Thanks,
Ben

> 
>  Cheers.
> 
> 						--ro
> 


-- 
Ben Greear <greearb@candelatech.com>       <Ben_Greear AT excite.com>
President of Candela Technologies Inc      http://www.candelatech.com
ScryMUD:  http://scry.wanfear.com     http://scry.wanfear.com/~greear

      reply	other threads:[~2002-10-22 16:56 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-19 22:03 tulip NAPI patch that works with 2.4.20-pre9 or so? Ben Greear
2002-10-20 20:00 ` Robert Olsson
2002-10-20 22:44   ` Ben Greear
2002-10-21  5:45   ` Ben Greear
2002-10-21 12:49     ` jamal
2002-10-21 13:10       ` jamal
2002-10-21 18:37       ` Ben Greear
2002-10-23  0:54         ` jamal
2002-10-22  6:07       ` Ben Greear
2002-10-22 13:55         ` Robert Olsson
2002-10-22 16:56           ` Ben Greear [this message]

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=3DB5835B.8000502@candelatech.com \
    --to=greearb@candelatech.com \
    --cc=Robert.Olsson@data.slu.se \
    --cc=hadi@cyberus.ca \
    --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).