]> git.baikalelectronics.ru Git - kernel.git/commit
net: dsa: sja1105: Add FDB operations for P/Q/R/S series
authorVladimir Oltean <olteanv@gmail.com>
Sun, 2 Jun 2019 21:15:45 +0000 (00:15 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jun 2019 18:49:20 +0000 (11:49 -0700)
commit213b8d559f76a2701722302ffdd9a807e517df04
treed3717e78b90abd0bc5d2811309136c2863f505fd
parentd6a4242d1fabfeb6e72d9826037d7f82504e1b12
net: dsa: sja1105: Add FDB operations for P/Q/R/S series

This adds support for manipulating the L2 forwarding database (dump,
add, delete) for the second generation of NXP SJA1105 switches.

At the moment only FDB entries installed statically through 'bridge fdb'
are visible in the dump callback - the dynamically learned ones are
still under investigation.

Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/dsa/sja1105/sja1105.h
drivers/net/dsa/sja1105/sja1105_main.c