From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x233.google.com (mail-lf0-x233.google.com [IPv6:2a00:1450:4010:c07::233]) (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 C88A93B365 for ; Mon, 18 Apr 2016 07:17:55 -0400 (EDT) Received: by mail-lf0-x233.google.com with SMTP id c126so212505798lfb.2 for ; Mon, 18 Apr 2016 04:17:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=kNapybTLjoId+zV3a5QcfFc7vqwW9OdTkV4YPDsNThU=; b=tDYED2Vfw5OAwWMGldaK0xnIon7z5thTYLkzv3JK8uYxWgmuHbm+k8pFEbJmMZnKsO e7T5FuvWnihWY7GRQ7VkEj6u8X5mvYVN3bv2TCOiSvHWY2h+ptPSqMs6BAk2jPEXr1rK r2xgUMa/nkK6CrvE2tyE4sk5WE+Nu3tKsxuaj50O7i+ZuznFBWs/jmHCfX7yz+3z/SGI AOX6g+2krqjYfqdw32oOolAWXBuzcl5KMt4XFi4CzGJwp2UYN9IyZ5I2l3EkeHiPCURH pXykx6iypOkriSq5dk5+Qq1noiAtxAouM8LTkBPfwNcVgbyBkrGlHKvH+3T3b9+qLkdN NzoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=kNapybTLjoId+zV3a5QcfFc7vqwW9OdTkV4YPDsNThU=; b=ZxGXMk2RLq4sbpEtwc6CMOsSWQaBNrV1mtQlscByb6UOsY2p6zF42+LJ84AvAzbDlA gOb/08aqkVQTX8nPNzBKH8s0unDXMU/zMdsommeCgjUoTnC85NlqjbRvPahK6TuXMZLY m5EcgoLvHgLk3yn5c965aDT23Fr+ac0uK9proAIFV7rCUxSZBMUJ1kjBvS+lItYGINGj e+7jMMxugd6Es1HrPzhKb69zNP5G7QLC2V080jELV0jsTgogFI+WEV5E32fVE3SYDiJE eNJDl3UfZvhSc3cY7Pax1hn0HNHdjaVBXY5xNVf3QxK3fkW77//uEfu1loQS9OOU/OBJ 8Xwg== X-Gm-Message-State: AOPr4FX+7IVzHbgatKnE7IgoCbUQwRCUgo3EnznOkEcRpZ3i0uE09GPVT3x7HHBkldNK+jqrn9i9cISJ3nO8wA== X-Received: by 10.112.84.105 with SMTP id x9mr14997785lby.23.1460978273683; Mon, 18 Apr 2016 04:17:53 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.21.30 with HTTP; Mon, 18 Apr 2016 04:17:24 -0700 (PDT) In-Reply-To: <24739FA3-BC46-4783-9777-7D86AD95E519@gmail.com> References: <24739FA3-BC46-4783-9777-7D86AD95E519@gmail.com> From: Henning Rogge Date: Mon, 18 Apr 2016 13:17:24 +0200 Message-ID: To: Jonathan Morton Cc: cake@lists.bufferbloat.net Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Cake] Cake in userspace 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: Mon, 18 Apr 2016 11:17:56 -0000 On Fri, Apr 15, 2016 at 3:19 PM, Jonathan Morton wr= ote: > >> On 15 Apr, 2016, at 16:16, Henning Rogge wrote: >> >> And do the same for Codel, right? > > Yes, codel5.h - but it probably doesn=E2=80=99t have as many dependencies= . I will have a look at it... just as an additional comment, CAKE does not compile in a current (K)Ubuntu... because skb_flow_dissect_flow_keys() has three parameters in Ubuntus 4.2.0-35 kernel. Unfortunately the 4.3.0 variant of CAKE does also not compile, because 4.2.0 does NOT know the FLOW_DISSECTOR_F_STOP_AT_FLOW_LABEL constant. There is also the problem that 4.2.0-35 does not know flow_hash_from_keys()= . Henning Rogge