From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-f193.google.com ([209.85.128.193]:40256 "EHLO mail-wr0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422939AbeCBIh6 (ORCPT ); Fri, 2 Mar 2018 03:37:58 -0500 Received: by mail-wr0-f193.google.com with SMTP id o76so9206284wrb.7 for ; Fri, 02 Mar 2018 00:37:57 -0800 (PST) Date: Fri, 2 Mar 2018 09:37:56 +0100 From: Jiri Pirko To: Jakub Kicinski Cc: Alexander Aring , netdev@vger.kernel.org, nogahf@mellanox.com, yuvalm@mellanox.com, David Miller , idosch@mellanox.com, mlxsw@mellanox.com, Jamal Hadi Salim , Cong Wang , kernel@mojatatu.com Subject: Re: [patch net-next 09/10] net: sch: prio: Add offload ability for grafting a child Message-ID: <20180302083756.GE2099@nanopsycho> References: <20180228094507.22354-1-jiri@resnulli.us> <20180228094507.22354-10-jiri@resnulli.us> <20180301194840.79a9a923@cakuba.netronome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180301194840.79a9a923@cakuba.netronome.com> Sender: netdev-owner@vger.kernel.org List-ID: Fri, Mar 02, 2018 at 04:48:40AM CET, kubakici@wp.pl wrote: >On Thu, 1 Mar 2018 22:38:50 -0500, Alexander Aring wrote: >> I guess to make extack working, you need to return an errno if failed. > >AFAIK extack is printed as a warning if operation did not fail. Yes, I checked this and it is printed as warning.