diff options
author | Vladimir Oltean <olteanv@gmail.com> | 2019-05-02 23:23:31 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-03 17:49:17 +0300 |
commit | 291d1e72b756424eac7b1ea2be326a59f004a580 (patch) | |
tree | 011166eea275692a9f8ee7e7cb45c38df7499668 /ipc | |
parent | 8aa9ebccae87621d997707e4f25e53fddd7e30e4 (diff) | |
download | linux-291d1e72b756424eac7b1ea2be326a59f004a580.tar.xz |
net: dsa: sja1105: Add support for FDB and MDB management
Currently only the (more difficult) first generation E/T series is
supported. Here the TCAM is only 4-way associative, and to know where
the hardware will search for a FDB entry, we need to perform the same
hash algorithm in order to install the entry in the correct bin.
On P/Q/R/S, the TCAM should be fully associative. However the SPI
command interface is different, and because I don't have access to a
new-generation device at the moment, support for it is TODO.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions