Searched hist:f9b3827ee66cfcf297d0acd6ecf33653a5f297ef (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/dsa/b53/ |
H A D | b53_regs.h | diff f9b3827ee66cfcf297d0acd6ecf33653a5f297ef Mon Feb 22 16:30:10 CST 2021 Florian Fainelli <f.fainelli@gmail.com> net: dsa: b53: Support setting learning on port
Add support for being able to set the learning attribute on port, and make sure that the standalone ports start up with learning disabled.
We can remove the code in bcm_sf2 that configured the ports learning attribute because we want the standalone ports to have learning disabled by default and port 7 cannot be bridged, so its learning attribute will not change past its initial configuration.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
H A D | b53_common.c | diff f9b3827ee66cfcf297d0acd6ecf33653a5f297ef Mon Feb 22 16:30:10 CST 2021 Florian Fainelli <f.fainelli@gmail.com> net: dsa: b53: Support setting learning on port
Add support for being able to set the learning attribute on port, and make sure that the standalone ports start up with learning disabled.
We can remove the code in bcm_sf2 that configured the ports learning attribute because we want the standalone ports to have learning disabled by default and port 7 cannot be bridged, so its learning attribute will not change past its initial configuration.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|
/openbmc/linux/drivers/net/dsa/ |
H A D | bcm_sf2.c | diff f9b3827ee66cfcf297d0acd6ecf33653a5f297ef Mon Feb 22 16:30:10 CST 2021 Florian Fainelli <f.fainelli@gmail.com> net: dsa: b53: Support setting learning on port
Add support for being able to set the learning attribute on port, and make sure that the standalone ports start up with learning disabled.
We can remove the code in bcm_sf2 that configured the ports learning attribute because we want the standalone ports to have learning disabled by default and port 7 cannot be bridged, so its learning attribute will not change past its initial configuration.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Reviewed-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|