]> 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)
commitf6c8034d539b78e245a2a9b94a4fdce3f89c4e1c
treed3717e78b90abd0bc5d2811309136c2863f505fd
parent7555be3efd233073920240a9c6c2c35758646d02
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