From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 2239821F3FB for ; Mon, 16 Nov 2015 10:47:24 -0800 (PST) Received: by wmww144 with SMTP id w144so123290264wmw.1 for ; Mon, 16 Nov 2015 10:47:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=flBLs0dqhs+rgqDm7NnUPjmNX03vkzKK5zsQtqRVgCo=; b=ipjc8six4DtsoQqyzMfc48kFkq3xkn85lNYzcFbgl5Y3yY1jZ73S0HPEHoGCSapC+n 7MnDHAya21vlc2vE9e/IzVLECczTlbzPBXkN6KIj+TjXDU4Jg5qAyqwitAnThf2/pBLh Y2KiYHx4mumEjvp6Psp1b4z9rWk2zxnfdOYDdIR784MBk0ZqtHqh2rtdKM4316BHOagW 3wJZ/+96Ri6w0c713vg9urcG+mOa16AWg0oSBh/LMD/hwPxDlImYTK5jBgryHazvYCCh 4n0NpfV9SeZSCwGjxmjvX4Hx4eJpi95gbH4SRjwhtrf/dCI1iyjypOT05jGJYtGMC2w7 76nw== MIME-Version: 1.0 X-Received: by 10.28.107.26 with SMTP id g26mr21505664wmc.34.1447699643029; Mon, 16 Nov 2015 10:47:23 -0800 (PST) Received: by 10.194.42.168 with HTTP; Mon, 16 Nov 2015 10:47:22 -0800 (PST) In-Reply-To: <564A23C7.5050108@darbyshire-bryant.me.uk> References: <56420697.9080606@darbyshire-bryant.me.uk> <5649EF39.3060300@darbyshire-bryant.me.uk> <5649F423.40000@darbyshire-bryant.me.uk> <564A169D.1060307@darbyshire-bryant.me.uk> <564A1C6D.3050303@darbyshire-bryant.me.uk> <1265B943-4AB3-4AF4-9389-71CA46801A69@gmx.de> <564A23C7.5050108@darbyshire-bryant.me.uk> Date: Mon, 16 Nov 2015 19:47:22 +0100 Message-ID: From: Dave Taht To: Kevin Darbyshire-Bryant Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: cake@lists.bufferbloat.net Subject: Re: [Cake] Announce - possible new feature - DSCP cleaning X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Nov 2015 18:47:47 -0000 push it then. Dave T=C3=A4ht Let's go make home routers and wifi faster! With better software! https://www.gofundme.com/savewifi On Mon, Nov 16, 2015 at 7:43 PM, Kevin Darbyshire-Bryant wrote: > > > On 16/11/15 18:35, Dave Taht wrote: >> switch (q->tin_mode) { case CAKE_MODE_SQUASH: case >> CAKE_MODE_BESTEFFORT: default: cake_config_besteffort(sch); break; >> >> ? >> Dave T=C3=A4ht >> Let's go make home routers and wifi faster! With better software! >> https://www.gofundme.com/savewifi >> > > Are you sure you're looking at the 'squash' branch Dave? The 'smarts' > of automatically selecting 'besteffort' in the presence of 'squash' has > been put into 'tc'. Thus 'squash' on its own behaves as it always did > for backwards compatibility. 'squash' in combination with > 'diffserv4/precedence' etc also works as expected. > > There's also a 'nosquash' option to disable squashing on a 'tc change' > if required. That code now looks like: > > switch (q->tin_mode) { > case CAKE_MODE_BESTEFFORT: > default: > cake_config_besteffort(sch); > break; > ........ > > > > > >