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)
commit1da73821343c7d733de96de0a44d6d807bda98ce
treed3717e78b90abd0bc5d2811309136c2863f505fd
parent2a7e7409298d5e0a51e7ff23dc0befc6fdef69d1
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