From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x229.google.com (mail-lj1-x229.google.com [IPv6:2a00:1450:4864:20::229]) (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 C4F053B2A4 for ; Mon, 14 Jan 2019 05:54:50 -0500 (EST) Received: by mail-lj1-x229.google.com with SMTP id n18-v6so18580470lji.7 for ; Mon, 14 Jan 2019 02:54:50 -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=E8DbjKtEzG/edFMyTnDg8AvXFRszH/9cJedDbzn9qhs=; b=Ucr2T5jAFvPebYCLtItXjRkfbn6WnsgrxB9eKaurNaV38ZP0g5+p6bZSDTUH/Rozxz g3W5PUNKFX4O+r2l1PaMuovxL7d/ke2FAIAbzVjhyQap+EIjW+wZi+SYvIWyroNZw2Bh f5S5HiBBURSw7CFtN7k/JC6PGctoe4m6tgPKbj46Xtcm/ko2VOpz+JbN+Rf96qLxegiW 5LbXwXhYn7aCe4GCcDRKYoAwZWqnhMdq8/N9jgyghlGgx6lI50TIs0MeCSZhAeF884d3 HjgGy1FqkOhzsGoxfSkAbmJ6qMVPq8yIiEXDVeVGM9G5AtEjbp79GGXaRFWfThLW1gnR +RAA== 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=E8DbjKtEzG/edFMyTnDg8AvXFRszH/9cJedDbzn9qhs=; b=E1hdVPyOVTXyqv03hxX8S+52+8AWUAvAFGEoQOwkPJX+ZeLtEnUlnMWq4tGjG80nk3 OVTpp6Fn2nUu+jZzkibQXFmjOqJRiStNXlkZi6iVdqr9YgXtPRwWfNerrcGAWO2pEY8C okTGw6Vj5yWG74kCEsVhtf9WrdoRugaepbUgpEHN8YeMLz/Guk5gFzXHTSIZT1fM/Txe 25pCQzggqCKfRBEDiBCtIzbKqjMb1C7wcCdGAOzbXbeaUGriRMPMK/4QC5geMkI+q5uD NzNpz6YK057rYG1S5VVJWHWabo2Ap7FmNnatz87SH6K+88v+WYzEQXn8R5zTaxU1HNJm 8KkA== X-Gm-Message-State: AJcUukdIKpUpi5NdHp6ZKb6m6ItXJdokaWlr02jSvOG1HWvWIG+2A77U H26lZ5CGg5S1wNiZ9HIZ3qC9re/8gYkRrw2Qh4UfzU6wYKE= X-Google-Smtp-Source: ALg8bN4XvfoFcOy1kpmt2TiL0y8DDsgfIetrJJdHfmW6SUDIR9O9W+/Jz3RjY0yUpI1dgn828yDfWxBJe8QHcEWSumM= X-Received: by 2002:a2e:5c07:: with SMTP id q7-v6mr6915131ljb.119.1547463289123; Mon, 14 Jan 2019 02:54:49 -0800 (PST) MIME-Version: 1.0 From: Rodrigo Alvarez Dominguez Date: Mon, 14 Jan 2019 11:54:38 +0100 Message-ID: To: codel@lists.bufferbloat.net Content-Type: multipart/alternative; boundary="000000000000a6baa8057f68df90" Subject: [Codel] Codel configuration X-BeenThere: codel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 Precedence: list List-Id: CoDel AQM discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jan 2019 10:54:51 -0000 --000000000000a6baa8057f68df90 Content-Type: text/plain; charset="UTF-8" Hi I would like to know if it is possible to have the following configuration where there is a rate limit and codel algorithm configured over the same interface tc qdisc add dev r1-eth0 root handle 1: htb tc class add dev r1-eth0 parent 1: classid 1:1 htb rate 10000kbit burst 15kbit tc qdisc add dev r1-eth0 parent 1:1 handle 10: fq_codel limit 1000 target 5000 interval 10000 noecn tc filter add dev r1-eth0 protocol ip prio 1 u32 match ip dst 0.0.0.0/0 flowid 1:1 Regards. Rodrigo --000000000000a6baa8057f68df90 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

=C2=A0

Hi

I would like to know if it is possible to have the following configuration where th= ere is a rate limit and codel algorithm configured over the same interface

=C2=A0

tc qdisc add dev r1-eth0 root handle 1: htb

tc class add dev r1-eth0 parent 1: classid 1:1 htb rate 10000kbit burst 15kbit

tc qdisc add dev r1-eth0 parent 1:1 handle 10: fq_codel limit 1000 target 5000 inter= val 10000 noecn

tc filter add dev r1-eth0 protocol ip prio 1 u32 match ip dst 0.0.0.0/0 flowid 1:1

=C2=A0

=C2=A0

Regards.

Rodrigo

--000000000000a6baa8057f68df90--