Netdev List
 help / color / mirror / Atom feed
From: Ido Schimmel <idosch@mellanox.com>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, nird@mellanox.com, jiri@mellanox.com,
	mlxsw@mellanox.com, Ido Schimmel <idosch@mellanox.com>
Subject: [PATCH net-next 0/4] mlxsw: Add extack messages for tc flower
Date: Tue, 24 Jul 2018 17:13:10 +0300	[thread overview]
Message-ID: <20180724141314.10728-1-idosch@mellanox.com> (raw)

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.

Nir Dotan (4):
  mlxsw: spectrum_acl: Propagate extack pointer
  mlxsw: core_acl_flex_actions: Add extack messages
  mlxsw: spectrum_acl: Add extack messages
  mlxsw: spectrum_flower: Add extack messages

 .../mellanox/mlxsw/core_acl_flex_actions.c    | 50 +++++++++++++------
 .../mellanox/mlxsw/core_acl_flex_actions.h    | 15 ++++--
 .../net/ethernet/mellanox/mlxsw/spectrum.h    | 17 ++++---
 .../ethernet/mellanox/mlxsw/spectrum_acl.c    | 44 ++++++++++------
 .../ethernet/mellanox/mlxsw/spectrum_flower.c | 41 ++++++++++-----
 5 files changed, 114 insertions(+), 53 deletions(-)

-- 
2.17.1

             reply	other threads:[~2018-07-24 15:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-24 14:13 Ido Schimmel [this message]
2018-07-24 14:13 ` [PATCH net-next 1/4] mlxsw: spectrum_acl: Propagate extack pointer Ido Schimmel
2018-07-24 14:13 ` [PATCH net-next 2/4] mlxsw: core_acl_flex_actions: Add extack messages Ido Schimmel
2018-07-24 14:13 ` [PATCH net-next 3/4] mlxsw: spectrum_acl: " Ido Schimmel
2018-07-24 14:13 ` [PATCH net-next 4/4] mlxsw: spectrum_flower: " Ido Schimmel
2018-07-24 17:10 ` [PATCH net-next 0/4] mlxsw: Add extack messages for tc flower David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180724141314.10728-1-idosch@mellanox.com \
    --to=idosch@mellanox.com \
    --cc=davem@davemloft.net \
    --cc=jiri@mellanox.com \
    --cc=mlxsw@mellanox.com \
    --cc=netdev@vger.kernel.org \
    --cc=nird@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox