From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) (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 1A4893BA8E for ; Sun, 12 Aug 2018 17:34:59 -0400 (EDT) Received: by mail-lj1-x232.google.com with SMTP id p10-v6so11082465ljg.2 for ; Sun, 12 Aug 2018 14:34:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=6YltRl1ELrPS12LgKV0u2gZom/GmIwmTGeZ7u2Z/c+A=; b=vY7SIhqhXIc/SG/QVUuqK5R3xwKctJTJXSQDzMjbZbaoI+EBzGLY7Jajy+3K1qRvtz 6Ogwr8irklXd/jwtLa1LXI6vIFQbveCnyLGcFn5CElUZUNgKkHHI3ia8w0mlJVLSlv/v 3ieTVCDywmlwH82udHoJ2KBu4eib32GdYA5PL/N9bGufymYgqQMMDgTtq6B0sMz0md+b V3F2Q3kR3X8LR1RIdM0Bj7x8rT07E0x2h9AYZZXuxE4YjEYAu5okmyDtvwjUdFwkuPFV DTrJWRU/OP3KbE0vZIBKiUKPuxIw6Vat1DYj63qyyuV7TgzS7046FR/aAWJMUrogsOuf WPzA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=6YltRl1ELrPS12LgKV0u2gZom/GmIwmTGeZ7u2Z/c+A=; b=hcv3/4XshzK80zDIaTZKopmQnqpzHrPoV17A4C8+v8m7L2pldYZGpUFGkrsUx9h3cf 1NMaGS/SndBYeZDJm4b5ZV+4beZ+RHomIJa/8E3pPineQhlFkthHO12OcpWZFKn0928i eY8dtvZV6C64id8/Rc2Sv+XYKDpYf4w8SDRY93l64U0JY3nxpyTDwwbDvhG1832iot78 ibyrz8vjH3FLwfgt+U6oMNKBwcBcx2eiscaFENMl6q7PTBL0Pc2bT9n/fy4gDd1K2lHP LCengZS3RbKHOCWZJdGyuxdoL+RwhmZ6Rf2QXmtoKgcBT0wIyrKbZsiEmCvZR2ch6K0G YV3g== X-Gm-Message-State: AOUpUlEILI7KuSeOvDDJJp28qh6M7zg2tptUnPCowQnCpmhv5YNanvfX fwW1AQqVg1b1zAt66OcUA5s= X-Google-Smtp-Source: AA+uWPzXVKMMyBX3hV8kBOWkxGqJ0JZXDbfqBrBirTjsI5bCwrhoGCfrNWn88w0NIih8WRSbT3gw1A== X-Received: by 2002:a2e:4055:: with SMTP id n82-v6mr9181685lja.99.1534109698824; Sun, 12 Aug 2018 14:34:58 -0700 (PDT) Received: from jonathartonsmbp.lan (83-245-238-47-nat-p.elisa-mobile.fi. [83.245.238.47]) by smtp.gmail.com with ESMTPSA id y68-v6sm3026025lfd.66.2018.08.12.14.34.57 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 12 Aug 2018 14:34:57 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Jonathan Morton In-Reply-To: <87h8jze5hk.fsf@toke.dk> Date: Mon, 13 Aug 2018 00:34:56 +0300 Cc: Pete Heist , Cake List Content-Transfer-Encoding: quoted-printable Message-Id: <85C60B2F-78D0-4AEE-871C-BB637785BF62@gmail.com> References: <87h8jze5hk.fsf@toke.dk> To: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= X-Mailer: Apple Mail (2.3445.9.1) Subject: Re: [Cake] issue with Cake and bpf filter 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: Sun, 12 Aug 2018 21:35:00 -0000 > On 12 Aug, 2018, at 10:42 pm, Toke H=C3=B8iland-J=C3=B8rgensen = wrote: >=20 > Yes it does; setting tc_classid is one way to set the flow class that = is > read by the call to tcf_classify(). I guess the problem is that > cake_hash() is bypassed, so the *host_refcnt variables are not > incremented. >=20 > There's been another report of the same issue on github; haven't had > time to look into it yet, but I guess this is the reason... I'll see what I can do tonight, now that I understand the problem. - Jonathan Morton