Merge branch 'mlxsw-Various-updates'
authorDavid S. Miller <davem@davemloft.net>
Thu, 9 Aug 2018 17:36:11 +0000 (10:36 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 9 Aug 2018 17:36:11 +0000 (10:36 -0700)
commit78b39066c425ce913af1c0353d8fdc5d8c416e32
treed56459574122f2d291e9b94f9e6f88260030b4af
parent82b94f5d6891a8e58efdb9b054bdadbbdddec9d9
parent88cc318ebd8740eae4784566757cbbc760244f5b
Merge branch 'mlxsw-Various-updates'

Ido Schimmel says:

====================
mlxsw: Various updates

Patches 1-3 update the driver to use a new firmware version. Due to a
recently discovered issue, the version (and future ones) does not
support matching on VLAN ID at egress. This is enforced in the driver
and reported back to the user via extack.

Patch 4 adds a new selftest for the recently introduced algorithmic
TCAM.

Patch 5 converts the driver to use SPDX identifiers.

Patches 6-7 fix a bug in ethtool stats reporting and expose counters for
all 16 TCs, following recent MC-aware changes that utilize TCs 8-15.
====================

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