From: Stephen Hemminger <shemminger@vyatta.com>
To: che@chrekh.se
Cc: netdev@vger.kernel.org, e1000-devel@lists.sf.net
Subject: Re: [Bug 43277] New: net/e1000e set mtu larger than 1500 fails
Date: Tue, 22 May 2012 11:25:18 -0700 [thread overview]
Message-ID: <20120522112518.70294c0e@nehalam.linuxnetplumber.net> (raw)
In-Reply-To: <20120522111950.4548747c@nehalam.linuxnetplumber.net>
On Tue, 22 May 2012 11:19:50 -0700
Stephen Hemminger <shemminger@vyatta.com> wrote:
>
>
> Begin forwarded message:
>
> Date: Tue, 22 May 2012 18:13:21 +0000 (UTC)
> From: bugzilla-daemon@bugzilla.kernel.org
> To: shemminger@linux-foundation.org
> Subject: [Bug 43277] New: net/e1000e set mtu larger than 1500 fails
>
>
> https://bugzilla.kernel.org/show_bug.cgi?id=43277
>
> Summary: net/e1000e set mtu larger than 1500 fails
> Product: Networking
> Version: 2.5
> Kernel Version: 3.4
> Platform: All
> OS/Version: Linux
> Tree: Mainline
> Status: NEW
> Severity: normal
> Priority: P1
> Component: IPV4
> AssignedTo: shemminger@linux-foundation.org
> ReportedBy: che@chrekh.se
> Regression: Yes
>
>
> In kernel 3.4 I can no longer use jumbo-frames with my e1000e network
> interface.
>
> $ sudo ip link set eth1 mtu 9000
> RTNETLINK answers: Invalid argument
I believe the problem is detected here. Check system console log (dmesg).
The hardware does not allow receive hashing and checksum offload together
in Jumbo mode.
/*
* IP payload checksum (enabled with jumbos/packet-split when
* Rx checksum is enabled) and generation of RSS hash is
* mutually exclusive in the hardware.
*/
if ((netdev->features & NETIF_F_RXCSUM) &&
(netdev->features & NETIF_F_RXHASH)) {
e_err("Jumbo frames cannot be enabled when both receive checksum offload and receive hashing are enabled. Disable one of the receive offload features before enabling jumbos.\n");
return -EINVAL;
}
next prev parent reply other threads:[~2012-05-22 18:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-22 18:19 Fw: [Bug 43277] New: net/e1000e set mtu larger than 1500 fails Stephen Hemminger
2012-05-22 18:25 ` Stephen Hemminger [this message]
2012-05-22 18:28 ` Allan, Bruce W
2012-05-22 18:39 ` Christer Ekholm
2012-05-22 18:59 ` Ben Hutchings
2012-05-22 21:29 ` Stephen Hemminger
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=20120522112518.70294c0e@nehalam.linuxnetplumber.net \
--to=shemminger@vyatta.com \
--cc=che@chrekh.se \
--cc=e1000-devel@lists.sf.net \
--cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox