From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCHv3 net-next 4/7] net: sched: cls: add extack support for tcf_exts_validate Date: Thu, 18 Jan 2018 17:44:13 +0100 Message-ID: <20180118164413.GG2063@nanopsycho.orion> References: <20180118162055.31587-1-aring@mojatatu.com> <20180118162055.31587-5-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-wm0-f66.google.com ([74.125.82.66]:37567 "EHLO mail-wm0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932640AbeARQoP (ORCPT ); Thu, 18 Jan 2018 11:44:15 -0500 Received: by mail-wm0-f66.google.com with SMTP id v71so24274581wmv.2 for ; Thu, 18 Jan 2018 08:44:15 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180118162055.31587-5-aring@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Jan 18, 2018 at 05:20:52PM CET, aring@mojatatu.com wrote: >The tcf_exts_validate function calls the act api change callback. For >preparing extack support for act api, this patch adds the extack as >parameter for this function which is common used in cls implementations. > >Furthermore the tcf_exts_validate will call action init callback which >prepares the TC action subsystem for extack support. > >Cc: David Ahern >Signed-off-by: Alexander Aring Acked-by: Jiri Pirko