From: Jay Cliburn <jacliburn@bellsouth.net>
To: netdev@vger.kernel.org
Cc: jgarzik@pobox.com
Subject: [PATCH] via-velocity: allow MTU size less than 1500 bytes
Date: Tue, 23 May 2006 09:07:01 -0500 [thread overview]
Message-ID: <1148393221.2479.29.camel@osprey.hogchain.net> (raw)
Change the minimum allowable MTU size from 1500 bytes to 64 bytes.
Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
--- linux-2.6.16.x86_64/drivers/net/via-velocity.h.orig 2006-05-23 07:42:24.000000000 -0500
+++ linux-2.6.16.x86_64/drivers/net/via-velocity.h 2006-05-23 08:31:17.000000000 -0500
@@ -307,7 +307,7 @@
#define TX_QUEUE_NO 4
#define MAX_HW_MIB_COUNTER 32
-#define VELOCITY_MIN_MTU (1514-14)
+#define VELOCITY_MIN_MTU (64)
#define VELOCITY_MAX_MTU (9000)
/*
next reply other threads:[~2006-05-23 14:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-23 14:07 Jay Cliburn [this message]
2006-05-23 22:02 ` [PATCH] via-velocity: allow MTU size less than 1500 bytes Francois Romieu
2006-05-27 2:20 ` Jeff Garzik
2006-05-27 19:31 ` Francois Romieu
2006-05-28 20:36 ` 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=1148393221.2479.29.camel@osprey.hogchain.net \
--to=jacliburn@bellsouth.net \
--cc=jgarzik@pobox.com \
--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;
as well as URLs for NNTP newsgroup(s).