From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x22c.google.com (mail-lf0-x22c.google.com [IPv6:2a00:1450:4010:c07::22c]) (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 EA0FD3B47C for ; Mon, 18 Apr 2016 07:40:55 -0400 (EDT) Received: by mail-lf0-x22c.google.com with SMTP id j11so212894315lfb.1 for ; Mon, 18 Apr 2016 04:40: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; bh=7dKtVBX5+lnQiSGRWamR+qvdGDNNl61cbgUKf7uaY1M=; b=EcH3WPMJ9E3S5SOO2NFL1BAJ+bSTFqH5PEfqog6r1U7FyJv8pIuE67J4WmvExIKZUe uHmJAYtjTPpYbiBZ6cBvhqOE37O8lr2mbT9p4X/Ffb/rr7RgDwDkkY5GGY+waG1cqYmQ +fG5+c8b7vIaEjAcV2VP7S3Pjx9M5Eleb5fU5IbgCaj5UPjs6JH4vtsPaR8Il21mfd+u m8q+watbbiJqYr0EJN28KH0Rprg4Nrsj5PZE0WPSRgSUe5vZseQIeCJsWgZnQgqOVDyd VMHKFJbIMEIFoXPS1NWy/R/azEQNcXORMtD4l/a9NLUA21GlK4F94yP5zZ/IZbGYyGqH HzNg== 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; bh=7dKtVBX5+lnQiSGRWamR+qvdGDNNl61cbgUKf7uaY1M=; b=Q8NvtDazZiA8GJ1hCMqtj9bCfEbd3IqHDp/SDEcxVKwUmgipo5cObhUVGHF7pzHDcN Zx80B967z3oxVGHEVSCwUqPKd2zu9OHn4bryAv3U08aOTeN6tzLqF7I48h4NSxE6quso rrm8EhPXNPNY1B3LvNu9RZ19rlUlcnhx0glXhmRuExAt27H5iNS8PImnob9ZiMh6OBLz tiB8Tq6DMPmQPuo98/61jpeGNBMAAYmDTJFdkGMkLkWxBJAiVfJWrHS9qjzOSk2CveME hHty3owcP4CHiPpr7NKGMgDI/WBonxKk3l7AlnnhPNplLxTWcqGFMXhu3GD9qsTO1kgH aDwA== X-Gm-Message-State: AOPr4FXd+2EoMre469uwNwGCjyeV3Plx0mWwJHotq65B7SNAgKlbOmEmaDPXYGT0iEHaIbCRbnxXZpTxO2Vzeg== X-Received: by 10.25.27.12 with SMTP id b12mr13859723lfb.92.1460979654925; Mon, 18 Apr 2016 04:40:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.21.30 with HTTP; Mon, 18 Apr 2016 04:40:25 -0700 (PDT) In-Reply-To: References: <24739FA3-BC46-4783-9777-7D86AD95E519@gmail.com> From: Henning Rogge Date: Mon, 18 Apr 2016 13:40:25 +0200 Message-ID: To: Jonathan Morton Cc: cake@lists.bufferbloat.net Content-Type: text/plain; charset=UTF-8 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:40:56 -0000 On Mon, Apr 18, 2016 at 1:17 PM, Henning Rogge wrote: > There is also the problem that 4.2.0-35 does not know flow_hash_from_keys(). Some more data on this problem. the flow_hash_from_keys() symbol is available on my Ubuntu 15.10 system, it is mentioned in /usr/src/linux-headers-4.2.0-35-generic/Module.symvers. But the relevant include file does not contain it. Most likely an Ubuntu problem. Henning Rogge