From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCHv3 net-next 2/7] net: sched: cls_api: handle generic cls errors Date: Thu, 18 Jan 2018 17:42:21 +0100 Message-ID: <20180118164221.GE2063@nanopsycho.orion> References: <20180118162055.31587-1-aring@mojatatu.com> <20180118162055.31587-3-aring@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jhs@mojatatu.com, xiyou.wangcong@gmail.com, davem@davemloft.net, netdev@vger.kernel.org, kernel@mojatatu.com, kubakici@wp.pl, David Ahern To: Alexander Aring Return-path: Received: from mail-wr0-f196.google.com ([209.85.128.196]:45385 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754791AbeARQmY (ORCPT ); Thu, 18 Jan 2018 11:42:24 -0500 Received: by mail-wr0-f196.google.com with SMTP id 16so23229227wry.12 for ; Thu, 18 Jan 2018 08:42:23 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180118162055.31587-3-aring@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Jan 18, 2018 at 05:20:50PM CET, aring@mojatatu.com wrote: >This patch adds extack support for generic cls handling. The extack >will be set deeper to each called function which is not part of netdev >core api. > >Cc: David Ahern >Signed-off-by: Alexander Aring Acked-by: Jiri Pirko