netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] via-velocity: allow MTU size less than 1500 bytes
@ 2006-05-23 14:07 Jay Cliburn
  2006-05-23 22:02 ` Francois Romieu
  2006-05-27  2:20 ` Jeff Garzik
  0 siblings, 2 replies; 5+ messages in thread
From: Jay Cliburn @ 2006-05-23 14:07 UTC (permalink / raw)
  To: netdev; +Cc: jgarzik

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)

 /*



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-28 20:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-23 14:07 [PATCH] via-velocity: allow MTU size less than 1500 bytes Jay Cliburn
2006-05-23 22:02 ` Francois Romieu
2006-05-27  2:20 ` Jeff Garzik
2006-05-27 19:31   ` Francois Romieu
2006-05-28 20:36     ` Jeff Garzik

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).