From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Thu, 31 Mar 2011 17:48:53 +0200 References: <20110323121503.GK6239@lunn.ch> In-Reply-To: <20110323121503.GK6239@lunn.ch> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201103311748.54166.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] [batman-adv] Set the txqueuelen to zero when creating soft interface. Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Wednesday 23 March 2011 13:15:03 Andrew Lunn wrote: > Like other virtual interfaces, e.g. br0, we don't need a transmit > queue. Packets should only be queued on real interfaces which are > underneath. In practice this patch makes little difference since the > virtual interfaces can accept packets as fast as they come, but the > patch will avoid bufferbloat questions to the mailling lists in the > future. > > Signed-off-by: Andrew Lunn > Tested-by: Linus Luesing Applied in revision ga2f8a49. Thanks, Marek