[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1269621210.1541.102.camel@Joe-Laptop.home>
Date: Fri, 26 Mar 2010 09:33:29 -0700
From: Joe Perches <joe@...ches.com>
To: Alan Cox <alan@...rguk.ukuu.org.uk>
Cc: Richard Hartmann <richih.mailinglist@...il.com>,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
linux-ppp@...r.kernel.org
Subject: Re: [Patch] fix packet loss and massive ping spikes with PPP
multi-link
On Fri, 2010-03-26 at 16:02 +0000, Alan Cox wrote:
> > We are fully aware that this code is not nearly up for inclusion into
> > the kernel. What we hope to achieve is that someone with the skills to
> > do this properly will introduce an option to turn off fragmentation on
> > PPP multi-link or to just do away with it completely.
>
> You should be able to manage that I'm sure:
[]
> MODULE_PARM_DESC(ml_expode, "Set this to zero to disabling multilink \
> fragmentation when talking to cisco devices");
trivial:
It's better to use something like:
MODULE_PARM_DESC(ml_expode, "Set this to zero to disable multilink "
"fragmentation when talking to cisco devices");
so odd spacing from the continuation line aren't
used in the description.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists