From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Alexander E. Patrakov" Date: Fri, 26 Mar 2010 16:59:18 +0000 Subject: Re: [Patch] fix packet loss and massive ping spikes with PPP multi-link Message-Id: <4BACE827.4070006@gmail.com> List-Id: References: <2d460de71003260850x7f90d04cy79ac853464108182@mail.gmail.com> <20100326160226.0159ac3b@lxorguk.ukuu.org.uk> In-Reply-To: <20100326160226.0159ac3b@lxorguk.ukuu.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alan Cox Cc: Richard Hartmann , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-ppp@vger.kernel.org 26.03.2010 21:02, Alan Cox wrote: > You can then do this > > static int ml_explode = 1; > module_param(ml_explode, int, 0600); > MODULE_PARM_DESC(ml_expode, "Set this to zero to disabling multilink \ > fragmentation when talking to cisco devices"); > > which will let you load the module with the option ml_explode = 0 if you > want that property. > > Making it runtime per link selectable would be nicer but thats a bit more > work. Doesn't it work already via echoing values to /sys/module/ppp/generic/parameters/ml_explode in the above code? -- Alexander E. Patrakov