From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCHv3 net-next 7/7] net: sched: cls_u32: add extack support Date: Thu, 18 Jan 2018 17:51:55 +0100 Message-ID: <20180118165155.GJ2063@nanopsycho.orion> References: <20180118162055.31587-1-aring@mojatatu.com> <20180118162055.31587-8-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-f194.google.com ([209.85.128.194]:44369 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932066AbeARQv5 (ORCPT ); Thu, 18 Jan 2018 11:51:57 -0500 Received: by mail-wr0-f194.google.com with SMTP id w50so23254569wrc.11 for ; Thu, 18 Jan 2018 08:51:57 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180118162055.31587-8-aring@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Jan 18, 2018 at 05:20:55PM CET, aring@mojatatu.com wrote: >This patch adds extack support for the u32 classifier as example for >delete and init callback. > >Cc: David Ahern >Signed-off-by: Alexander Aring Acked-by: Jiri Pirko Any plan to continue with other classifiers? Like cls_flower? :) Thanks!