Merge branch 'mlxsw-Reject-unsupported-FIB-configurations'
authorDavid S. Miller <davem@davemloft.net>
Wed, 2 May 2018 17:15:18 +0000 (13:15 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 2 May 2018 17:15:18 +0000 (13:15 -0400)
Ido Schimmel says:

====================
mlxsw: Reject unsupported FIB configurations

Recently it became possible for listeners of the FIB notification chain
to veto operations such as addition of routes and rules.

Adjust the mlxsw driver to take advantage of it and return an error for
unsupported FIB rules and for routes configured after the abort
mechanism was triggered (due to exceeded resources for example).

v2:
* Change error code in first patch to -EOPNOTSUPP (David Ahern).
====================

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

Trivial merge