From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) (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 E46F23CB35 for ; Thu, 7 Mar 2019 04:21:00 -0500 (EST) Received: by mail-ed1-f41.google.com with SMTP id b20so12791756edw.11 for ; Thu, 07 Mar 2019 01:21:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version; bh=n1KGuqTO0UYBbLCRePJH2L1UTVuYiYOTTtx6IyXzW2Q=; b=l/aMAQAGillKjv5J9zdIM1tjUH3ScxNuGBcyoLASt+YHKKaBrSqUZ8FcC6J5Kxv10K qktt/EqGu1ARipB42e0HGEkLJmJ4/Gj6l7utkm77ePVJGeQRGF6zXbUQN6H3YhbkjRgk OxseAghRBAwa4whxM0Dt5uBSlGD8w17swjR14fpHOXkVKwtvqzjEL9kKeGKHn6fPGrsX 5ARlCuRNR+c6rF0nR8ogvghi7qBXg9arGoJ08qyA1shX96ZVXfZFHBqTfFIu8QNG4ips FMD5kAKouM58XSL5lgCpth0Glsji+spr40WOpCy8uFeqtlhnCoNzERTpx24cG8ozzBJo hHfg== X-Gm-Message-State: APjAAAVJ5msDePo0Gk3w6JWX3MF1Do2ins9ujmutY3ElLrgP5crwqM7U 1GbhOsJv5WqERAQcm1jhPY/XHA== X-Google-Smtp-Source: APXvYqyIB4cm2gMCzeqDWp8D6ZhzmjYM9riLhQuIwFC6hUb5fr+DZcDHzsvp03hPyIGXiRmhRxsdEg== X-Received: by 2002:a50:82c7:: with SMTP id 65mr27665594edg.7.1551950459673; Thu, 07 Mar 2019 01:20:59 -0800 (PST) Received: from alrua-x1.borgediget.toke.dk (borgediget.toke.dk. [85.204.121.218]) by smtp.gmail.com with ESMTPSA id j22sm770855eja.1.2019.03.07.01.20.59 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Mar 2019 01:20:59 -0800 (PST) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id BF8D0182F5B; Thu, 7 Mar 2019 10:20:58 +0100 (CET) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Martin Zaharinov , cake@lists.bufferbloat.net In-Reply-To: References: X-Clacks-Overhead: GNU Terry Pratchett Date: Thu, 07 Mar 2019 10:20:58 +0100 Message-ID: <8736nz11mt.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [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 09:21:01 -0000 Martin Zaharinov writes: > 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? Yeah, you can't use cake as a DRR leaf qdisc. But why would you want to do that? Cake contains its own DRR round-robin scheduler... -Toke