From: Jeff Garzik <jgarzik@pobox.com>
To: Marcelo Tosatti <marcelo.tosatti@cyclades.com>
Cc: netdev@oss.sgi.com
Subject: [BK PATCHES] 2.4.x net driver updates
Date: Sat, 28 Aug 2004 20:26:06 -0400 [thread overview]
Message-ID: <20040829002606.GA14433@havoc.gtf.org> (raw)
Please do a
bk pull bk://gkernel.bkbits.net/net-drivers-2.4
This will update the following files:
drivers/net/e1000/e1000_param.c | 2 +-
drivers/net/fealnx.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
through these ChangeSets:
<ha505@hszk.bme.hu> (04/08/28 1.1550)
[netdrvr fealnx] fix spin_unlock_irqrestore() usage
<tharbaugh@lnxi.com> (04/08/28 1.1549)
[netdrvr e1000] disable DITR, which apparently hurts performance
diff -Nru a/drivers/net/e1000/e1000_param.c b/drivers/net/e1000/e1000_param.c
--- a/drivers/net/e1000/e1000_param.c 2004-08-28 20:25:30 -04:00
+++ b/drivers/net/e1000/e1000_param.c 2004-08-28 20:25:30 -04:00
@@ -212,7 +212,7 @@
#define MAX_TXABSDELAY 0xFFFF
#define MIN_TXABSDELAY 0
-#define DEFAULT_ITR 1
+#define DEFAULT_ITR 8000
#define MAX_ITR 100000
#define MIN_ITR 100
diff -Nru a/drivers/net/fealnx.c b/drivers/net/fealnx.c
--- a/drivers/net/fealnx.c 2004-08-28 20:25:30 -04:00
+++ b/drivers/net/fealnx.c 2004-08-28 20:25:30 -04:00
@@ -1796,7 +1796,7 @@
unsigned long flags;
spin_lock_irqsave(lp, flags);
__set_rx_mode(dev);
- spin_unlock_irqrestore(&lp, flags);
+ spin_unlock_irqrestore(lp, flags);
}
next reply other threads:[~2004-08-29 0:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-29 0:26 Jeff Garzik [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-04-27 21:17 [BK PATCHES] 2.4.x net driver updates Jeff Garzik
2005-03-04 0:33 Jeff Garzik
2003-10-14 19:01 Jeff Garzik
2003-09-01 15:49 [bk patches] " Jeff Garzik
2003-08-31 14:09 Jeff Garzik
2003-08-08 0:59 Jeff Garzik
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=20040829002606.GA14433@havoc.gtf.org \
--to=jgarzik@pobox.com \
--cc=marcelo.tosatti@cyclades.com \
--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).