From: Loic Prylli <loic@myri.com>
To: netdev@vger.kernel.org
Cc: Rick Jones <rick.jones2@hp.com>, David Miller <davem@davemloft.net>
Subject: [PATCH] make myri10ge use default MTU of 1500 bytes
Date: Tue, 01 May 2007 15:43:08 -0700 [thread overview]
Message-ID: <4637C27C.5060405@myri.com> (raw)
In-Reply-To: <46362475.3080605@hp.com>
Change default MTU from jumbo (9000) to standard (1500) for myri10ge
Signed-off-by: Loic Prylli <loic@myri.com>
---
drivers/net/myri10ge/myri10ge.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/myri10ge/myri10ge.c b/drivers/net/myri10ge/myri10ge.c
index 16e3c43..0e9cc17 100644
--- a/drivers/net/myri10ge/myri10ge.c
+++ b/drivers/net/myri10ge/myri10ge.c
@@ -252,7 +252,7 @@ module_param(myri10ge_force_firmware, int, S_IRUGO);
MODULE_PARM_DESC(myri10ge_force_firmware,
"Force firmware to assume aligned completions\n");
-static int myri10ge_initial_mtu = MYRI10GE_MAX_ETHER_MTU - ETH_HLEN;
+static int myri10ge_initial_mtu = 1500;
module_param(myri10ge_initial_mtu, int, S_IRUGO);
MODULE_PARM_DESC(myri10ge_initial_mtu, "Initial MTU\n");
--
1.5.0.1
next prev parent reply other threads:[~2007-05-01 22:43 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <6.1.2.0.2.20070423160212.12db6400@mail.llnl.gov>
[not found] ` <20070425124652.GG1624@mellanox.co.il>
[not found] ` <6.1.2.0.2.20070426083410.1389d9e0@mail.llnl.gov>
[not found] ` <20070426161409.GF15540@mellanox.co.il>
[not found] ` <6.1.2.0.2.20070426095112.138e9a68@mail.llnl.gov>
[not found] ` <20070426180618.GJ15540@mellanox.co.il>
[not found] ` <6.1.2.0.2.20070427115435.13ea5ec0@mail.llnl.gov>
2007-04-27 20:32 ` [ofa-general] Re: IPoIB forwarding Rick Jones
2007-04-27 22:26 ` Bryan Lawver
2007-04-27 22:32 ` Rick Jones
2007-04-27 22:43 ` Bryan Lawver
2007-04-27 23:37 ` Rick Jones
2007-04-27 23:39 ` David Miller
2007-04-27 23:48 ` Rick Jones
2007-04-27 23:52 ` David Miller
2007-04-30 17:16 ` Rick Jones
2007-05-01 22:43 ` Loic Prylli [this message]
2007-04-28 6:51 ` Bill Fink
2007-04-29 19:40 ` Loic Prylli
2007-04-30 21:12 ` Rick Jones
2007-05-01 22:05 ` Loic Prylli
2007-05-01 22:12 ` Rick Jones
2007-05-03 23:37 ` Bryan Lawver
2007-04-30 17:07 ` Rick Jones
2007-05-01 5:57 ` Bill Fink
2007-05-01 16:26 ` Loic Prylli
2007-04-28 2:35 ` parks
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=4637C27C.5060405@myri.com \
--to=loic@myri.com \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=rick.jones2@hp.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).