From: Jon Mason <jdmason@us.ibm.com>
To: Francois Romieu <romieu@fr.zoreil.com>
Cc: "'netdev@oss.sgi.com'" <netdev@oss.sgi.com>
Subject: [PATCH] r8169 tx checksuming on by default
Date: Thu, 28 Oct 2004 17:00:46 -0500 [thread overview]
Message-ID: <200410281700.46839.jdmason@us.ibm.com> (raw)
In-Reply-To: <20041028074827.GA3572@electric-eye.fr.zoreil.com>
The tx checksumming and scatter-gather in r8169 runs well. Below is a trivial
patch to turn them on by default.
--- r8169.c.orig 2004-10-28 15:02:07.000000000 -0500
+++ r8169.c 2004-10-28 15:21:03.000000000 -0500
@@ -1337,6 +1337,8 @@ rtl8169_init_one(struct pci_dev *pdev, c
dev->poll_controller = rtl8169_netpoll;
#endif
+ dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG;
+
tp->intr_mask = 0xffff;
tp->pci_dev = pdev;
tp->mmio_addr = ioaddr;
--
Jon Mason
jdmason@us.ibm.com
next prev parent reply other threads:[~2004-10-28 22:00 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-27 23:18 8169 driver with NetGear GA511 card Ben Greear
2004-10-28 1:58 ` Ben Greear
2004-10-28 7:48 ` Francois Romieu
2004-10-28 17:47 ` Ben Greear
2004-10-28 22:37 ` Francois Romieu
2004-10-28 22:49 ` Ben Greear
2004-10-28 22:00 ` Jon Mason [this message]
2004-10-28 16:45 ` Jon Mason
2004-10-28 16:52 ` Ben Greear
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=200410281700.46839.jdmason@us.ibm.com \
--to=jdmason@us.ibm.com \
--cc=netdev@oss.sgi.com \
--cc=romieu@fr.zoreil.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).