From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [patch net-next] net: sched: don't set extack message in case the qdisc will be created Date: Thu, 28 Dec 2017 12:18:46 -0500 (EST) Message-ID: <20171228.121846.837618613471041702.davem@davemloft.net> References: <20171228155210.1177-1-jiri@resnulli.us> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, jhs@mojatatu.com, xiyou.wangcong@gmail.com, mlxsw@mellanox.com, aring@mojatatu.com To: jiri@resnulli.us Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:51158 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754539AbdL1RSs (ORCPT ); Thu, 28 Dec 2017 12:18:48 -0500 In-Reply-To: <20171228155210.1177-1-jiri@resnulli.us> Sender: netdev-owner@vger.kernel.org List-ID: From: Jiri Pirko Date: Thu, 28 Dec 2017 16:52:10 +0100 > From: Jiri Pirko > > If the qdisc is not found here, it is going to be created. Therefore, > this is not an error path. Remove the extack message set and don't > confuse user with error message in case the qdisc was created > successfully. > > Fixes: 09215598119e ("net: sched: sch_api: handle generic qdisc errors") > Signed-off-by: Jiri Pirko Applied.