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)
commit2d7a892626b5616a00d27a40fa23d70d5e618269
tree12959be13f7746066897f0192bb5015640ab3f04
parent4bdcc6ca2158f43b1770e020f9b71ab8a808594f
parent8f8a62d462492a043349a08abc51e2ad65b1f49a
Merge branch 'mlxse-resource-query'

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>