From: Jeff Garzik <jgarzik@pobox.com>
To: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: netdev@vger.kernel.org, Petko Manolov <petkan@nucleusys.com>
Subject: Re: rtl8150: use default MTU of 1500
Date: Fri, 01 Feb 2008 13:41:23 -0500 [thread overview]
Message-ID: <47A367D3.10401@pobox.com> (raw)
In-Reply-To: <20080130193742.GA13631@xi.wantstofly.org>
Lennert Buytenhek wrote:
> The RTL8150 driver uses an MTU of 1540 by default, which causes a
> bunch of problems -- it prevents booting from NFS root, for one.
>
> Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
> Cc: Petko Manolov <petkan@nucleusys.com>
>
> --- linux-2.6.24-git7.orig/drivers/net/usb/rtl8150.c 2008-01-24 23:58:37.000000000 +0100
> +++ linux-2.6.24-git7/drivers/net/usb/rtl8150.c 2008-01-30 20:29:00.000000000 +0100
> @@ -925,9 +925,8 @@
> netdev->hard_start_xmit = rtl8150_start_xmit;
> netdev->set_multicast_list = rtl8150_set_multicast;
> netdev->set_mac_address = rtl8150_set_mac_address;
> netdev->get_stats = rtl8150_netdev_stats;
> - netdev->mtu = RTL8150_MTU;
> SET_ETHTOOL_OPS(netdev, &ops);
> dev->intr_interval = 100; /* 100ms */
>
> if (!alloc_all_urbs(dev)) {
applied
prev parent reply other threads:[~2008-02-01 18:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-01-30 19:37 rtl8150: use default MTU of 1500 Lennert Buytenhek
2008-01-31 15:42 ` Petko Manolov
2008-01-31 16:05 ` Lennert Buytenhek
2008-02-01 18:41 ` Jeff Garzik [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=47A367D3.10401@pobox.com \
--to=jgarzik@pobox.com \
--cc=buytenh@wantstofly.org \
--cc=netdev@vger.kernel.org \
--cc=petkan@nucleusys.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 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.