From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Pirko Subject: Re: [PATCHv3 net-next 6/7] net: sched: cls: add extack support for tcf_change_indev Date: Thu, 18 Jan 2018 17:49:12 +0100 Message-ID: <20180118164912.GI2063@nanopsycho.orion> References: <20180118162055.31587-1-aring@mojatatu.com> <20180118162055.31587-7-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-f172.google.com ([209.85.128.172]:41814 "EHLO mail-wr0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932650AbeARQtP (ORCPT ); Thu, 18 Jan 2018 11:49:15 -0500 Received: by mail-wr0-f172.google.com with SMTP id o7so23249345wro.8 for ; Thu, 18 Jan 2018 08:49:14 -0800 (PST) Content-Disposition: inline In-Reply-To: <20180118162055.31587-7-aring@mojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: Thu, Jan 18, 2018 at 05:20:54PM CET, aring@mojatatu.com wrote: >This patch adds extack handling for the tcf_change_indev function which >is common used by TC classifier implementations. > >Cc: David Ahern >Signed-off-by: Alexander Aring Acked-by: Jiri Pirko