All of lore.kernel.org
 help / color / mirror / Atom feed
From: Charles Eidsness <charles.eidsness@ieee.org>
To: linux-mips@linux-mips.org
Subject: Au1000 Ethernet Driver using NAPI
Date: Wed, 08 Dec 2004 15:31:39 -0500	[thread overview]
Message-ID: <41B764AB.5070201@ieee.org> (raw)

Hi All,

I was having a problem running a streaming audio application on my 
Au1000 processor when the Ethernet port was being bombarded with 
packets. All of the interrupt servicing was hogging my precious 
processing power and there was nothing left for my app. There's a new 
method for writing Ethernet drivers called NAPI which resolves this 
issue (somewhat). I converted the au1000's Ethernet driver to use this 
method. If you're interested you can find a patch that applys my changes 
to the most recent kernel here:

http://members.rogers.com/charles.eidsness/linux-au1000_eth.napi.patch

Cheers,
Charles

             reply	other threads:[~2004-12-08 20:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-08 20:31 Charles Eidsness [this message]
2004-12-08 23:34 ` Au1000 Ethernet Driver using NAPI Pete Popov
  -- strict thread matches above, loose matches on Subject: below --
2004-12-09  1:05 Charles Eidsness

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=41B764AB.5070201@ieee.org \
    --to=charles.eidsness@ieee.org \
    --cc=linux-mips@linux-mips.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.