diff options
author | Andrew Lunn <andrew@lunn.ch> | 2019-10-25 01:03:52 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-10-28 16:21:02 -0700 |
commit | 23e8b470c7788da972d0be90d6ac20b4a2da2782 (patch) | |
tree | 86195ae15cfc6bd6d87a28a586185764a6812930 /MAINTAINERS | |
parent | 6b297524234ccf3954b54609ab6bc2e8c4d3f677 (diff) | |
download | linux-23e8b470c7788da972d0be90d6ac20b4a2da2782.tar.bz2 |
net: dsa: mv88e6xxx: Add devlink param for ATU hash algorithm.
Some of the marvell switches have bits controlling the hash algorithm
the ATU uses for MAC addresses. In some industrial settings, where all
the devices are from the same manufacture, and hence use the same OUI,
the default hashing algorithm is not optimal. Allow the other
algorithms to be selected via devlink.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7fc074632eac..c25441edb274 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9744,6 +9744,7 @@ S: Maintained F: drivers/net/dsa/mv88e6xxx/ F: include/linux/platform_data/mv88e6xxx.h F: Documentation/devicetree/bindings/net/dsa/marvell.txt +F: Documentation/networking/devlink-params-mv88e6xxx.txt MARVELL ARMADA DRM SUPPORT M: Russell King <linux@armlinux.org.uk> |