netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Jay Cliburn <jacliburn@bellsouth.net>
Cc: netdev@vger.kernel.org
Subject: Re: [PATCH] via-velocity: allow MTU size less than 1500 bytes
Date: Fri, 26 May 2006 22:20:27 -0400	[thread overview]
Message-ID: <4477B76B.70700@pobox.com> (raw)
In-Reply-To: <1148393221.2479.29.camel@osprey.hogchain.net>

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

  parent reply	other threads:[~2006-05-27  2:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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=4477B76B.70700@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=jacliburn@bellsouth.net \
    --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).