Jay Cliburn wrote:
Change the minimum allowable MTU size from 1500 bytes to 64 bytes.

Signed-off-by: Jay Cliburn <[EMAIL PROTECTED]>

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

ACK, but patch won't apply:


[EMAIL PROTECTED] netdev-2.6]$ git-applymbox /g/tmp/mbox ~/info/signoff.txt
1 patch(es) to process.

Applying 'via-velocity: allow MTU size less than 1500 bytes'

fatal: corrupt patch at line 5
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to