From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 6D5913B29E for ; Sun, 19 Mar 2017 08:52:28 -0400 (EDT) Received: by mail-wm0-x22c.google.com with SMTP id n11so45955301wma.0 for ; Sun, 19 Mar 2017 05:52:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=ZicBGXW5fyvkoz2r2vUre+LdtzZJawXac9KRXWoZsBI=; b=i9Hv4SVSTjg2ZL0yMk5smHm7VlAcAnDcvramYNZ/G6G21y44JFULE3/lyz/5ulRgCf g5JAFM0Rq6gcehJwIoaVnPKbI82zQkYmvNseE/lQ/K7aRjeaYilpPJG6JbVTzk3QzQye y+QDUq5lFkSTfost9UjA+9PVooFaeuIJK/9gl2npIYzXrQ230YJQkjbTI+b2kkIk7keK 6td0FHOFBkUfD0OJxQWhvsTXnaXSaVcZPJCSQnkViT4RESO7nW62C349d615Bf42hNmO 1imgLl8ppNFwkbNPRvVIr61bXTSCOTg8MtnWKns+2qRB3VcZHB6uSHuQiRfceLnP9C2a ccKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=ZicBGXW5fyvkoz2r2vUre+LdtzZJawXac9KRXWoZsBI=; b=O/jun+msrTgMZl4rbbi3Bm0KGa98v/FxT1ef27JIii/XyXqXQom5dVl0uR6XLf3bXd Nzlgleln6P4ahfJ2IqSOPXPpsmZh/kxUwg7OKAIWJZWsDOv5uYDDiDe2U2gL6L/sC7L2 iQ/wpooQjGV5Idb2DnMtjh+GK+pObyoRbvwUOJt5eAB2M3PzK2zMmyOYwGQUl6zEA2oP zTS6eby1d2vSukkXgJXCY4FbIn25Np+rybpY2qaMacyiYAlFoNbnq95T3a39G1u6QyQF bGohjBKeOfg2/zT/RZT/caZyZdd6FZ2sROFIT6Sh+mDszzInSzK4JnP4+Se56AJKT75N hzGg== X-Gm-Message-State: AFeK/H0vOHnbaTCL7c5IgeUzYkmgekkSUUGa/47i9pQPoiz+TARCViILeKOi4qvQUHFEaA== X-Received: by 10.28.9.15 with SMTP id 15mr6377790wmj.83.1489927947268; Sun, 19 Mar 2017 05:52:27 -0700 (PDT) Received: from [192.168.0.3] (189.182.7.51.dyn.plus.net. [51.7.182.189]) by smtp.gmail.com with ESMTPSA id f67sm9702106wmd.0.2017.03.19.05.52.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 19 Mar 2017 05:52:26 -0700 (PDT) To: cake@lists.bufferbloat.net References: <41e0e9b9-0d49-c6d8-23bb-a6dad8dc528c@gmail.com> From: Andy Furniss Message-ID: <0cd684cd-416e-2197-a948-ef2f023dc581@gmail.com> Date: Sun, 19 Mar 2017 12:52:23 +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: <41e0e9b9-0d49-c6d8-23bb-a6dad8dc528c@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [Cake] diffserv keyword with latest iproute2 / sch_cake 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: Sun, 19 Mar 2017 12:52:28 -0000 Andy Furniss wrote: > Pete Heist wrote: >> Hi, I built the latest cake source from: >> >> https://github.com/dtaht/sch_cake.git >> >> >> and iproute2 source from: >> >> git://kau.toke.dk/cake/iproute2/ >> >> but there’s still an issue with the diffserv keyword when doing ’tc >> qdisc': >> >> qdisc cake 8008: dev eth0 root refcnt 2 unlimited (?diffserv?) >> triple-isolate rtt 100.0ms noatm overhead 14 >> >> Is there another place I should get this source from, or does >> something else need to be committed? > > AIUI this is the iproute2 that is current. > > https://github.com/dtaht/tc-adv I also used the wrong version initially and was pointed to above when I raised an issue on sch_cake github. Just checked where I found the wrong toke info and it's still showing on the wiki = https://www.bufferbloat.net/projects/codel/wiki/Cake/ I guess someone should change that page to point to the new version.