Merge branch 'mlxse-resource-query'
authorDavid S. Miller <davem@davemloft.net>
Wed, 21 Sep 2016 05:01:09 +0000 (01:01 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Sep 2016 05:01:09 +0000 (01:01 -0400)
Jiri Pirko says:

====================
mlxsw: Replace Hw related const with resource query results

Nogah says:

Many of the ASIC's properties can be read from the HW with resources query.
This patchset adds new resources to the resource query and implement
using them, instead of the constants that we currently use.
Those resources are lag, kvd and router related.
====================

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

Trivial merge