Searched hist:"68 d6d71eafd1c14c77f0468cfe374a53d34d819c" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/dsa/ |
H A D | port.c | diff 68d6d71eafd1c14c77f0468cfe374a53d34d819c Wed Mar 02 13:14:09 CST 2022 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace
We are preparing to add API in port.c that adds FDB and MDB entries that correspond to the port's standalone database. Rename the existing methods to make it clear that the FDB and MDB entries offloaded come from the bridge database.
Since the function names lengthen in dsa_slave_switchdev_event_work(), we place "addr" and "vid" in temporary variables, to shorten those.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | slave.c | diff 68d6d71eafd1c14c77f0468cfe374a53d34d819c Wed Mar 02 13:14:09 CST 2022 Vladimir Oltean <vladimir.oltean@nxp.com> net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace
We are preparing to add API in port.c that adds FDB and MDB entries that correspond to the port's standalone database. Rename the existing methods to make it clear that the FDB and MDB entries offloaded come from the bridge database.
Since the function names lengthen in dsa_slave_switchdev_event_work(), we place "addr" and "vid" in temporary variables, to shorten those.
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|