From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2a0c:4d80:42:2001::664]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id C20413B29D for ; Thu, 18 Feb 2021 14:10:27 -0500 (EST) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1613675424; bh=Lo8qFEvXR0P8TUqmNPZBxatBwwABPVz/hINbGVxd5io=; h=From:To:Subject:In-Reply-To:References:Date:From; b=GOA7akWyV8KAtafvcYQo7EQyrxmi8DKW61k5f0F/hTMyscTKVgmDL0Z2yOZMcbIwX 7uqd7+siXD5TXGZIcyQ80AJbDnYwDrTPApNOXZHFGUE5xvNnTuw94XFjrTzloCjmaQ M0OSdnOwjmnlBtNusTepYVLFqLnUD5+xJMS5MIPC7ZLR6mzuYpteIiRo2EYog+o+ru PLJYsZPJ05qWNtjvYnpMlByAMdI4cQAZ7m64CYidchF8EIPqyCWHGaH1UKQG4tgMvF YyfebOxiKCVN+2XxGsh0ZGINlPRp/UBh4twO5qJJ1GIJ6eyc+7xzGYdjjZ0YymB0rI /ANfAiEdqMedw== To: Peter Lepeska , cake@lists.bufferbloat.net In-Reply-To: References: Date: Thu, 18 Feb 2021 20:10:23 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87mtw1kx9c.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Cake] Enforcing video quality question 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, 18 Feb 2021 19:10:27 -0000 Peter Lepeska writes: > Not sure this is the right forum but I am using Cake on my OpenWRT router > so I thought I would cross-post this question ( > https://forum.openwrt.org/t/use-sqm-to-configure-video-quality/88984) here. CAKE doesn't have any facilities to do per-device shaping like you're asking, no. You could use fwmark to always put traffic into a lower priority bin, but that still only limits in the aggregate, it's not a per-device thing. What you'd need is something like an HTB policy that puts each internal IP into its own bin and caps the bandwidth of each. You could write a .qos script and integrate it into sqm-scripts, but I don't think there's anything already in there that would do what you want either... -Toke