From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C737A3B2A4 for ; Sat, 4 Mar 2017 12:43:49 -0500 (EST) Received: by mail-wm0-x236.google.com with SMTP id n11so36434816wma.0 for ; Sat, 04 Mar 2017 09:43:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=hDJ33tr9ayoXVEU8ODelOmCVpmK7rMM0lat6HDywlyg=; b=FIPPJM5r6S9EZC512jqoqYMVoSu377YimM/MA5lRxkY0KkQKiSnnc8AqDmpX73b1cE JVJ7zhIuD4Tx3ztc+Hvkob1ZtIoOgSKPqxSk4j4a+vpkjl3ydVAyT04qWGFSuhLpBXsU VCKMHFnjKuw2uJTDgG+j1KcwB9d4qwMeStTg8+qgLoC1i9uev6stKjsO6kyha4KnOvpF /1FvKpSsd4Cj86NEcFXz+0NCE4lHVombb0mjjznqfLl7FFev9ASsd4wG8bOsKQaEL8dN F9oykIJPsdpY9slSCVilaNfMoDbWLbV/Ukz9EeW/F7h6OVQAq3ruw9uiw23Gn1T8FcRV zk5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=hDJ33tr9ayoXVEU8ODelOmCVpmK7rMM0lat6HDywlyg=; b=pldlLHd4UVb9RA0EjaAddWH+hsPH4X9853SfePxmFIH/Cin6CobvAmrxafz5Mr6x5A TE18lVu10MZKFAwxLKyeOsWlot8xLbSiR6gJLRovDyj+SLuE0ZjwRlfsJosmlcXpRSjY ihix4h4wj5HoX+1w/5MNnTzo5dl47PuVI2OSyzNCUFTc291NF3L+DmdGwu7F9hN7zl4k mAeonqqR+bKaqJYO0l8RTxV/IoXFb4ic17GOJVDGzk/gcyOTzBkRktetIQAnknZGm4wN L0OPuaANqzBgJJph+ZVUSNIEl6RPOj2dqmEsLtWauIjVyv+KecheJrPYOUHnhAfJJywF Hd3A== X-Gm-Message-State: AMke39nmZyWa2ieXGiXoiMJw3+uLhR1AGr31MSdXfycAY5aL5pqDVQxZ9IKnVaV5mLRj6A== X-Received: by 10.28.111.3 with SMTP id k3mr7199851wmc.39.1488649428826; Sat, 04 Mar 2017 09:43:48 -0800 (PST) Received: from [192.168.0.3] (189.182.7.51.dyn.plus.net. [51.7.182.189]) by smtp.gmail.com with ESMTPSA id m78sm7730014wma.31.2017.03.04.09.43.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 04 Mar 2017 09:43:48 -0800 (PST) To: Jonathan Morton Cc: cake@lists.bufferbloat.net References: <5E17AA80-FF83-4CEA-A1C8-BF12B0031CBD@gmail.com> <5c6be902-a9a4-87d1-3b09-35da09be5c59@gmail.com> <1dfdac92-42b6-2406-2487-964f3cccad86@gmail.com> From: Andy Furniss Message-ID: <8fba668c-d2ab-6d12-ffa9-69933107ae56@gmail.com> Date: Sat, 4 Mar 2017 17:43:47 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: <1dfdac92-42b6-2406-2487-964f3cccad86@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Cake] Putting cake under dsmark on ingress ifb X-BeenThere: cake@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: Cake - FQ_codel the next generation List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2017 17:43:50 -0000 Andy Furniss wrote: > Next test = use vanilla git iproute2, even worse = Oops. So may be > best to avoid that one for now :-). I manages to avoid the Oops by udating iptables from 1.6.0 to 1.6.1 which is handy, though now it fails with an error from iptables - but at least it fails without taking my PC down. -j DSCP now fails with this setup (git iproute2, git kernel, iptables 1.6.1) but it works with cake iproute2 - so in summary getting action xt to work is rather hit and miss. It would, as you said, be far more preferable if there was an action to change dscp (and unlike tc-pedit actually recalculate the checksum).