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

* Re: [PATCH] via-velocity: allow MTU size less than 1500 bytes
  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
  1 sibling, 0 replies; 5+ messages in thread
From: Francois Romieu @ 2006-05-23 22:02 UTC (permalink / raw)
  To: Jay Cliburn; +Cc: netdev, jgarzik

Jay Cliburn <jacliburn@bellsouth.net> :
> Change the minimum allowable MTU size from 1500 bytes to 64 bytes.
> 
> Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>

Fine-With-Me: Francois Romieu <romieu@fr.zoreil.com>

-- 
Ueimor

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

* Re: [PATCH] via-velocity: allow MTU size less than 1500 bytes
  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
  1 sibling, 1 reply; 5+ messages in thread
From: Jeff Garzik @ 2006-05-27  2:20 UTC (permalink / raw)
  To: Jay Cliburn; +Cc: netdev

Jay Cliburn wrote:
> 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)

ACK, but patch won't apply:


[jgarzik@pretzel 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

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

* Re: [PATCH] via-velocity: allow MTU size less than 1500 bytes
  2006-05-27  2:20 ` Jeff Garzik
@ 2006-05-27 19:31   ` Francois Romieu
  2006-05-28 20:36     ` Jeff Garzik
  0 siblings, 1 reply; 5+ messages in thread
From: Francois Romieu @ 2006-05-27 19:31 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: Jay Cliburn, netdev

Jeff Garzik <jgarzik@pobox.com> :
[...]
> ACK, but patch won't apply:

I have regenerated it against mainline. It can be pulled from the repository

git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git velocity

-- 
Ueimor

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

* Re: [PATCH] via-velocity: allow MTU size less than 1500 bytes
  2006-05-27 19:31   ` Francois Romieu
@ 2006-05-28 20:36     ` Jeff Garzik
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Garzik @ 2006-05-28 20:36 UTC (permalink / raw)
  To: Francois Romieu; +Cc: Jay Cliburn, netdev

Francois Romieu wrote:
> Jeff Garzik <jgarzik@pobox.com> :
> [...]
>> ACK, but patch won't apply:
> 
> I have regenerated it against mainline. It can be pulled from the repository
> 
> git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git velocity

pulled, thanks



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