]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-Add-extack-messages-for-tc-flower'
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 17:10:33 +0000 (10:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jul 2018 17:10:33 +0000 (10:10 -0700)
commitefe99b52c7864dbd9ed09feae6bca2a00f59a9ab
tree0781f980937612745c55c3625687c22d60804ded
parent60fe396475414037c03247c05862354ad47a4acf
parent8e927129f1be0a9e3e211a0c882e4e99bf270557
Merge branch 'mlxsw-Add-extack-messages-for-tc-flower'

Ido Schimmel says:

====================
mlxsw: Add extack messages for tc flower

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>