From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ua1-x92e.google.com (mail-ua1-x92e.google.com [IPv6:2607:f8b0:4864:20::92e]) (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 0471F3B29E for ; Thu, 7 Mar 2019 06:32:17 -0500 (EST) Received: by mail-ua1-x92e.google.com with SMTP id d4so10069629uap.5 for ; Thu, 07 Mar 2019 03:32:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QN8Dxz++tPqdWVlvIE85aZPfZE+ntUV/7YsLTvmqbgw=; b=aK+UPAz/vLp6dlkZLPRO6S1Bb6j0NfUoYeM5ydrmThg/MoE+I0BwANTNJ+ls3wcd7x RtDpuE7KUCku6I+iA7M2b+jkA6g3/Wt/rNxvAJJByHVp544Ta0dVsLGdxEGvVz75NKHC B6O64LgVSxWjt1Z+RFjFwkQuvlKxm/bEbF3+UUiU8z/SHFWFZytApTXcy8tYwXnsIPWI 7NE6aWfpFURX/2M9aSDCgwMwUCZMmK1SH9+s035jrFvIlZVoPHIrPWXBMVXEpY9TiU3m +9eMebxz5BvLYLMv4U9w8Sg9CSXtlO4ZRy9KpsV7X5ac22l4eSR13FrgJ2jhi0tMhGOm g6DQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QN8Dxz++tPqdWVlvIE85aZPfZE+ntUV/7YsLTvmqbgw=; b=KIwxEAvCKFA/vSAxYl8c0hB+49nMkp/lOLcXIYaknhrwm0XGkLpij4/36HZxaC1HFg AQWMf4yB3jtB1nLdKcGZKjnoaPlhJ5Ub7sHWJ6E+LMq89QuaPL30vKiYveD9HMPQTW0w SaoOKknlkWvTZa8iPJHuTlZCWFSqDCMKc9ItetalG3+LnCaGQKnFyo+DRxp3FajH2qzO l+BzqN2iiyvYpZoro6iyAchgkhi00bthJDgM5FH5yUe0S7EjF44+5maDiUZ4d7qbvKJf 8hRKtgcn7mIbwQdk7U6RXi+t3PiP71RPq5HafZZhYANJgb4vHka6p/+FciftuAezNsZl BN3Q== X-Gm-Message-State: APjAAAXpMRT5yk4HoaGJT6lmstgYPcjtZA04/N8px+B3i92icDaR6RHY vQP4bCNidPBNWyrZOjXbDNezBDV2jDjqIKplPbg= X-Google-Smtp-Source: APXvYqxMBm1WgCGi8mzLztL1DUTueru53WwYKiMRX9ELrZV8Nk4G+Vg9mGfHzSvm13HoFwD138QC8y9UVUAY08ELsZQ= X-Received: by 2002:ab0:4222:: with SMTP id i31mr6754975uai.47.1551958336320; Thu, 07 Mar 2019 03:32:16 -0800 (PST) MIME-Version: 1.0 References: <8736nz11mt.fsf@toke.dk> <87o96nyo1n.fsf@toke.dk> <87lg1r0xp0.fsf@toke.dk> <87h8cf0wt7.fsf@toke.dk> <87ef7j0vui.fsf@toke.dk> In-Reply-To: <87ef7j0vui.fsf@toke.dk> From: Martin Zaharinov Date: Thu, 7 Mar 2019 13:32:03 +0200 Message-ID: To: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= Cc: cake@lists.bufferbloat.net Content-Type: multipart/alternative; boundary="00000000000057baac05837f7569" 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 11:32:17 -0000 --00000000000057baac05837f7569 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable thanks i will try On Thu, Mar 7, 2019, 13:25 Toke H=C3=B8iland-J=C3=B8rgensen wrote: > Martin Zaharinov writes: > > > please write my one sample line with this > > From your script you'd need to use: > > tc qdisc add dev eth1 parent 1:0004 cake > > instead of > > tc qdisc add dev eth1 parent 1:0004 sfq perturb 10 > > And adjust your HFSC parameter to shape to the rate you want. Can't help > you with that part, sorry, you'll need to go read up on shaping with > HFSC (or I'd suggest maybe using HTB instead as that is simpler to > configure). There are loads of tutorials for that online :) > > -Toke > --00000000000057baac05837f7569 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
thanks i will try



On Thu, Mar 7, 2019, 13:25 Toke H=C3=B8iland-J=C3=B8rgensen= <toke@redhat.com> wrote:
<= /div>
Martin Zaharinov <micron10@gmail.com= > writes:

> please write my one sample line with this

>From your script you'd need to use:

tc qdisc add dev eth1 parent 1:0004 cake

instead of

tc qdisc add dev eth1 parent 1:0004 sfq perturb 10

And adjust your HFSC parameter to shape to the rate you want. Can't hel= p
you with that part, sorry, you'll need to go read up on shaping with HFSC (or I'd suggest maybe using HTB instead as that is simpler to
configure). There are loads of tutorials for that online :)

-Toke
--00000000000057baac05837f7569--