From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x241.google.com (mail-wr0-x241.google.com [IPv6:2a00:1450:400c:c0c::241]) (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 769E53BA8E for ; Thu, 14 Dec 2017 19:58:39 -0500 (EST) Received: by mail-wr0-x241.google.com with SMTP id s66so6659965wrc.9 for ; Thu, 14 Dec 2017 16:58:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=nS07UWqDLHT7ZsIzFNYlPktK34Y55OO9CbtOi5HwoyI=; b=rILKVZ8yViinCfuhhzuT63hei995T32iGWg4MK3nLbOpb8k8P/LH2PiRxGEgmJTZyo Fv5NWEjyrdFvKYajvBeQqXsuGvu+1jS4tk9gTKNhkImUosQXLrn7bTuBAkwef5beWlkJ zTfyaBsd5JgXWZ0Blfou4+69QiTPgFqxriGrn0ABRvrahFCFlCY63ifmL88YVxNayFVS rK36qUWegYmcM1JjFtfFT3t67W4+7Vks8McB8Wgp1Pfz1Qk4oDtqN2APZvYQezOR9sfM vMdtdH8OmoYxMSL0w9ZTfJeTsVSSeF5cSVhXXHIAtVExWBHBq9NaNTImyvWtTNgrKUCm zpXg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=nS07UWqDLHT7ZsIzFNYlPktK34Y55OO9CbtOi5HwoyI=; b=nWUNVl/5MZNUEt8HSwnp5+tUjTKJTYuWLngzHGAyNe72gt1kU5wmriC25XnWiSd31i sxwAO730OVakJOfCOHw3m49zTaeAZMyNX+CdoXAu/e6Rkn8abs/nL9t1zc7V7TXH5y5Z tcCng0AoxSsZwq1F5KZqiQveaGEqfubshCGKUSoNe6rn38C1upvxsmL4e0FSvZvmDFNy HsuxMa+LE5gr8IK9PkVE3ket2fYz6QtTiLYjZxHTJDgi/VMXtvBYa5DRodPpjvvujJNH 5zu0RUkNgkEGgPlui90mmoPQs6hFLu+rt07vUMP4IUG2V54G5wFyce70fZwkyEFhXvE/ yDvA== X-Gm-Message-State: AKGB3mL64pUVfv2pZyFyTzvqy93sYJOcQqoPBRCTyKvmJM6WITmx1cdF +GU5T2CFcSGzHDkvPpEmnnmeIg== X-Google-Smtp-Source: ACJfBotoluf1pr1DEIQzChuwWdzFXETBmCTRvQxmIKl5EL6r6Qo4105Zmn/o5Bueho1yhIMmXLRrRQ== X-Received: by 10.223.184.92 with SMTP id u28mr354543wrf.61.1513299518323; Thu, 14 Dec 2017 16:58:38 -0800 (PST) Received: from [192.168.0.3] (209.77.159.143.dyn.plus.net. [143.159.77.209]) by smtp.gmail.com with ESMTPSA id c54sm6152210wra.84.2017.12.14.16.58.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Dec 2017 16:58:37 -0800 (PST) To: cake@lists.bufferbloat.net References: From: Andy Furniss Message-ID: Date: Fri, 15 Dec 2017 00:58:36 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0 SeaMonkey/2.51a2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Cake] testers wanted for the "cake" qdisc on mainstream platforms 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: Fri, 15 Dec 2017 00:58:39 -0000 Dave Taht wrote: > It is my hope to get the cake qdisc into the Linux kernel in the next > release cycle. We could definitely use more testers! The version we > have here will compile against almost any kernel on any platform, > dating back as far as 3.10, and has been integrated into the > sqm-scripts and shipped in lede for ages... Fails to build on on 4.1.46, needs diff --git a/sch_cake.c b/sch_cake.c index 021b215..d4f0c21 100644 --- a/sch_cake.c +++ b/sch_cake.c @@ -70,7 +70,7 @@ #include #endif -#if (KERNEL_VERSION(4, 4, 11) > LINUX_VERSION_CODE) || ((KERNEL_VERSION(4, 5, 0) <= LINUX_VERSION_CODE) && (KERNEL_VERSION(4, 5, 5) > LINUX_VERSION_CODE)) +#if 0 #define qdisc_tree_reduce_backlog(_a, _b, _c) qdisc_tree_decrease_qlen(_a, _b) #endif grepping kernel tree for qdisc_tree_reduce_backlog gets results. grepping qdisc_tree_decrease_qlen doesn't.