From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next 0/4] mlxsw: Add extack messages for tc flower Date: Tue, 24 Jul 2018 10:10:49 -0700 (PDT) Message-ID: <20180724.101049.1190674816919322523.davem@davemloft.net> References: <20180724141314.10728-1-idosch@mellanox.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, nird@mellanox.com, jiri@mellanox.com, mlxsw@mellanox.com To: idosch@mellanox.com Return-path: Received: from shards.monkeyblade.net ([23.128.96.9]:34990 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388457AbeGXSSR (ORCPT ); Tue, 24 Jul 2018 14:18:17 -0400 In-Reply-To: <20180724141314.10728-1-idosch@mellanox.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Ido Schimmel Date: Tue, 24 Jul 2018 17:13:10 +0300 > Nir says: > > This patch set adds extack messages support to tc flower part of mlxsw. > The messages provide clear reasoning to failures, as some of the available > actions and keys are not supported in driver or HW and resources may get > exhausted. > > The first patch deals with propagation of the extack pointer among the functions > dealing with key parsing and action sets handling. > > Following patches 2-4 add appropriate messages across the different layers of > mlxsw tc flower implementation. Looks good, series applied.