From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.toke.dk (mail.toke.dk [IPv6:2001:470:dc45:1000::1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 9F6A23CB3B for ; Mon, 19 Mar 2018 06:16:41 -0400 (EDT) From: Toke =?utf-8?Q?H=C3=B8iland-J=C3=B8rgensen?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=20161023; t=1521454599; bh=j4O1qGBI0W/sgkkg/At7N8t+FXNBy9sTA8YMJeFfHQU=; h=From:To:Subject:In-Reply-To:References:Date:From; b=H2YSh5WENd/7KDPlaQUN/d5/hyzUjuRnVTnWoJVdP5uzXQujqnyOxwyvNDkWN/OWY hz2ltf/Uyqp6so4og9HEiiYPdnMXSqeN4Rh5cjLiLNEI0OUXTu9VIpj2oh8v/blqc6 KT0Cgon+9iy5IupKzQH9rrZYga1e9VGEPgh6KQfOifzZfmMIthi0A+Iwk8lSleW2lw pEKekHkx+kzbJtSmc3wIzm52pGDApzp5AC93088V2sWZwDkmeyIfjOOmQzID1JmIyc xZ7UjF/WGJDKV5XiyTcIseE166esmvMhwJ/2HYA6ntwvjk16TMxBDTjTKqhwcllwkX 0i2/JppstsNpA== To: George Amanakis , cake@lists.bufferbloat.net In-Reply-To: <1521426571.28105.2.camel@gmail.com> References: <1521403235.24047.7.camel@gmail.com> <1521426571.28105.2.camel@gmail.com> Date: Mon, 19 Mar 2018 11:16:39 +0100 X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87vadsbcag.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Cake] Compiling under net-next 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, 19 Mar 2018 10:16:41 -0000 George Amanakis writes: > It seems the change was introduced here: > https://patchwork.kernel.org/patch/9671147/ > > I drafted the following very simplistic patch, could somebody take a > look at it? LGTM. We may want to actually use the extack feature at some point, but we're not really returning error messages from the configuration except when parsing fails, so I guess it doesn't matter too much in this instance... -Toke