From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) (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 69BE63CB35 for ; Thu, 7 Mar 2019 05:30:30 -0500 (EST) Received: by mail-ed1-f42.google.com with SMTP id c55so13003114edb.0 for ; Thu, 07 Mar 2019 02:30:30 -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:cc:subject:in-reply-to:references:date :message-id:mime-version; bh=TR4HprDbc+pKvRST7AsaUKtWX8oIPgrJ2/6MKbM1DG8=; b=Wlt+/InhNWIfLUw3UDoAwWimbpjHhk7Rzv33UeiCEBXv3siSZFootkGsVjCU8ZIGM+ w8bNTMBqZ6slkSyRAnjmUJh1n4z8ztIe3S3UtMO7PPofs0HGTsNcLKM8Rm95fkTnursU KDbmckHsWhrslDeWFTwXnYqDOP4l6FLrgS7rafPeXZP22wpGqLZwGXIMSRWYAqtrALSM dUBJOiC6yv1XYh1ETH+zziUFex3WGZbmKvySbXy0OOYwByjlaFoELKXhRRr03ZFYdlRE wpnOo+UmmP5QTzAPDM3/mam6MZpLpy4hWkHB71VQHKPnmn0+TRzS1fDtsRHXdzepSJQF tTXw== X-Gm-Message-State: APjAAAXn/HwY1BXqPG0NKci8JWNHzfXqR+Ux/xRVxUGSB31S/2RqWXJL Q0RumrAXIjUSj8BqQem0vjlXtA== X-Google-Smtp-Source: APXvYqyjEZPvO1jaygQLaJANQ2iKEliL+K9q750PDdALmd++qlhvKq+88vQgXeua7uopBsFGc8+0IA== X-Received: by 2002:a17:906:2a86:: with SMTP id l6mr7237530eje.186.1551954629519; Thu, 07 Mar 2019 02:30:29 -0800 (PST) Received: from alrua-x1.borgediget.toke.dk (borgediget.toke.dk. [85.204.121.218]) by smtp.gmail.com with ESMTPSA id a58sm1214245eda.91.2019.03.07.02.30.29 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Mar 2019 02:30:29 -0800 (PST) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id A9568182F5B; Thu, 7 Mar 2019 11:30:28 +0100 (CET) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= To: Martin Zaharinov Cc: cake@lists.bufferbloat.net In-Reply-To: References: <8736nz11mt.fsf@toke.dk> X-Clacks-Overhead: GNU Terry Pratchett Date: Thu, 07 Mar 2019 11:30:28 +0100 Message-ID: <87o96nyo1n.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 10:30:30 -0000 Martin Zaharinov writes: > Hi Toke > i have little network with 100 users with ip 192.168.10.0/24 > > eth0 internet > eth1 lan + pppoe > > on pppeo i have network 192.168.11.0/24 > > now i use hfsc to shape users by services > i have 3 services > 1. 5mbit > 2. 7mbit > 3. 10mbit > > with hfsc i use classid to select user and speed but in cake not have > classid support and this is a problem i want to use cake and set to > every users different speed Ah, right. Well, unfortunately you can't do that with CAKE, as you note. You can keep your existing HFSC setup, though, and just use CAKE as a leaf qdisc. But you'll have to turn off the shaper in CAKE and just use the one in HFSC as before... -Toke