From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next] net: sched: fix tcf_block_get_ext() in case CONFIG_NET_CLS is not set Date: Fri, 05 Jan 2018 11:18:45 -0500 (EST) Message-ID: <20180105.111845.1306117747592797586.davem@davemloft.net> References: <20180104013045.29510-1-jakub.kicinski@netronome.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, oss-drivers@netronome.com, jiri@resnulli.us, aring@mojatatu.com, quentin.monnet@netronome.com To: jakub.kicinski@netronome.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33666 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbeAEQSs (ORCPT ); Fri, 5 Jan 2018 11:18:48 -0500 In-Reply-To: <20180104013045.29510-1-jakub.kicinski@netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Jakub Kicinski Date: Wed, 3 Jan 2018 17:30:45 -0800 > From: Quentin Monnet > > The definition of functions tcf_block_get() and tcf_block_get_ext() > depends of CONFIG_NET_CLS being set. When those functions gained extack > support, only one version of the declaration of those functions was > updated. Function tcf_block_get() was later fixed with commit > 3c1490913f3b ("net: sch: api: fix tcf_block_get"). > > Change arguments of tcf_block_get_ext() for the case when CONFIG_NET_CLS > is not set. > > Fixes: 8d1a77f974ca ("net: sch: api: add extack support in tcf_block_get") > Signed-off-by: Quentin Monnet Applied, thank you.