From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-xe2c.google.com (mail-vs1-xe2c.google.com [IPv6:2607:f8b0:4864:20::e2c]) (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 814203CB35 for ; Thu, 7 Mar 2019 01:35:24 -0500 (EST) Received: by mail-vs1-xe2c.google.com with SMTP id n14so3807205vsp.12 for ; Wed, 06 Mar 2019 22:35:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=QiZlqMWN2FRPAlawiKwng9eFd19Qy2lF4KV2TtkkVko=; b=jHatmT3IxpsMPUYepQhPOxi2Z7g9I4Y8mjcm8pWwtHdcC6bONDtmT2kf537FNLiIuh dgGJbdTENDGIpTCQPxKoOWSLZyPgn2f9sLeSPZEf6hi3N82EyDHzJc+taeI1Bx8wBwkj aTuudLbDlSChUr0jmWcDYd/KTZigwNcL1ZQwgYxWNK00xJVgI6NCOx+g14zq3dpaEYgH TLf4FEGai0UtGaNlgQjDLLDTA4vxakTs0gMCCU2hrIx+Dhe6xYFeMD8QwV21JEoYWr9k DQke0uLZo9aGpE9x8VUeMQMdC8B7Cb3PajhiJjsqdHjY7Q3g3Hu3KhegsLSrEEMxSmgr viqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=QiZlqMWN2FRPAlawiKwng9eFd19Qy2lF4KV2TtkkVko=; b=OS19RkxGaQTObfdoNysASGUGmWAK3sep673eC7RyZn53t4nEAPaTPRWGiCaJjMzq7k /YXqxSj7D9/n9LOtj8sqsTCfxTiJDYxTPOl/eGCqaWxvu+krUF2bhR1jnVCfoAMi9obS sXYEPrqgewp2eSl4w0oFRa50rCCLWyotexEGzSiDLpBD9QPU8aMc5CCI78jxkcEGN7d6 91PKRnLceXB2y9a4T73jNaZ/NSWugXeNSDa+B41ibGTtDvUILeyLHB4/nrgOVukelxmC KE+Lf3dfBz+vwXtgmlFMB7QWaN5qN6whXfQQ42ILgsSQ1AiwFj2tgbII/TSEPehPj5nO UVew== X-Gm-Message-State: APjAAAUpIEp6e8w0bNWngivFBEg7U4gm/ofNi5r0RUnevhk4b34M8EOf x+slTwe44dfTXTHEZ9Xa3OTxoJr3XJLD7MlQ/kkrD+hG X-Google-Smtp-Source: APXvYqwx21dLedvV9d/VNeOclFmGKvBzJqBABbeozQMX+cEJfM0ULO9LS/PWgWP9kEQyMx6GKveEE4ImKQwPVhQzYnU= X-Received: by 2002:a67:f306:: with SMTP id p6mr6524072vsf.119.1551940523772; Wed, 06 Mar 2019 22:35:23 -0800 (PST) MIME-Version: 1.0 From: Martin Zaharinov Date: Thu, 7 Mar 2019 08:35:12 +0200 Message-ID: To: cake@lists.bufferbloat.net Content-Type: multipart/alternative; boundary="000000000000a1cf8e05837b4f7f" X-Mailman-Approved-At: Thu, 07 Mar 2019 04:01:18 -0500 Subject: [Cake] Bug or not Cake + hfsc or Cake + Drr 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: Thu, 07 Mar 2019 06:35:24 -0000 --000000000000a1cf8e05837b4f7f Content-Type: text/plain; charset="UTF-8" Hi i try to make clear shaper with cake and drr in this test i add drr for root and make class to set limit by ip i use kernel 4.9.x and latest sch_cake from github but in dmesg have error: [ 609.157445] drr_dequeue: cake qdisc 8004: is non-work-conserving? [ 609.212679] drr_dequeue: cake qdisc 8003: is non-work-conserving? tc qdisc del dev eth1 root tc qdisc add dev eth1 root handle 1:0000 drr tc class add dev eth1 parent 1:0000 classid 1:0002 drr tc class add dev eth1 parent 1:0002 classid 1:0001 drr tc class add dev eth1 parent 1:0002 classid 1:0003 drr tc class add dev eth1 parent 1:0003 classid 1:0004 drr tc qdisc add dev eth1 parent 1:0004 cake besteffort bandwidth 5mbit datacentre nat memlimit 32m tc qdisc del dev eth0 root tc qdisc add dev eth0 root handle 1:0000 drr tc class add dev eth0 parent 1:0000 classid 1:0002 drr tc class add dev eth0 parent 1:0002 classid 1:0001 drr tc class add dev eth0 parent 1:0002 classid 1:0003 drr tc class add dev eth0 parent 1:0003 classid 1:0004 drr tc qdisc add dev eth0 parent 1:0004 cake besteffort bandwidth 7mbit datacentre nat memlimit 32m Best Regards, m --000000000000a1cf8e05837b4f7f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi i try to=C2=A0 make c= lear shaper with cake and drr=C2=A0
in this test i add drr for root and= make class to set limit by ip=C2=A0
i use kernel 4.9.x and lates= t sch_cake from github=C2=A0

but in dmesg have err= or:=C2=A0

[=C2=A0 609.157445] drr_dequeue: ca= ke qdisc 8004: is non-work-conserving?
[=C2=A0 609.212679] drr_de= queue: cake qdisc 8003: is non-work-conserving?

<= div>

tc qdisc del dev eth1 root

tc qdisc add dev eth1 root handle 1:0000 drr<= /p>

tc class add dev eth1 parent 1:0000 classid 1:0002 d= rr

tc class add dev eth1 parent 1:0002 classid 1:0001 d= rr

tc class add dev eth1 parent 1:0002 classid 1:0003 d= rr

tc class add dev eth1 parent 1:0003 classid 1:0004 d= rr

tc qdisc add dev eth1 parent 1:0004 cake besteffort = bandwidth 5mbit datacentre nat memlimit 32m


tc qdisc del dev eth0 root

tc qdisc add dev eth0 root handle 1:0000 drr<= /p>

tc class add dev eth0 parent 1:0000 classid 1:0002 d= rr

tc class add dev eth0 parent 1:0002 classid 1:0001 d= rr

tc class add dev eth0 parent 1:0002 classid 1:0003 d= rr

tc class add dev eth0 parent 1:0003 classid 1:0004 d= rr

tc qdisc add dev eth0 parent 1:0004 cake besteffort = bandwidth 7mbit datacentre nat memlimit 32m



Best Regards,

m

--000000000000a1cf8e05837b4f7f--