Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] mlxsw: Add extack messages for tc flower
@ 2018-07-24 14:13 Ido Schimmel
  2018-07-24 14:13 ` [PATCH net-next 1/4] mlxsw: spectrum_acl: Propagate extack pointer Ido Schimmel
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ido Schimmel @ 2018-07-24 14:13 UTC (permalink / raw)
  To: netdev; +Cc: davem, nird, jiri, mlxsw, Ido Schimmel

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-24 18:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-24 14:13 [PATCH net-next 0/4] mlxsw: Add extack messages for tc flower Ido Schimmel
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox