diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-02-25 00:44:26 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-02-27 01:33:35 +0100 |
commit | 3f02735e5da5367e4cd563ce6e5c21ce27922248 (patch) | |
tree | cf42f8c5b8d88e94efee3af83211820b2f636957 /drivers/net/dsa/bcm_sf2.c | |
parent | iavf: use tc_cls_can_offload_and_chain0() instead of chain check (diff) | |
download | linux-3f02735e5da5367e4cd563ce6e5c21ce27922248.tar.xz linux-3f02735e5da5367e4cd563ce6e5c21ce27922248.zip |
Revert "net: dsa: bcm_sf2: Also configure Port 5 for 2Gb/sec on 7278"
This reverts commit 7458bd540fa0a90220b9e8c349d910d9dde9caf8 ("net: dsa:
bcm_sf2: Also configure Port 5 for 2Gb/sec on 7278") as it causes
advanced congestion buffering issues with 7278 switch devices when using
their internal Giabit PHY. While this is being debugged, continue with
conservative defaults that work and do not cause packet loss.
Fixes: 7458bd540fa0 ("net: dsa: bcm_sf2: Also configure Port 5 for 2Gb/sec on 7278")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Vivien Didelot <vivien.didelot@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa/bcm_sf2.c')
-rw-r--r-- | drivers/net/dsa/bcm_sf2.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/dsa/bcm_sf2.c b/drivers/net/dsa/bcm_sf2.c index 6feaf8cb0809..d1955543acd1 100644 --- a/drivers/net/dsa/bcm_sf2.c +++ b/drivers/net/dsa/bcm_sf2.c @@ -616,9 +616,6 @@ force_link: if (state->duplex == DUPLEX_FULL) reg |= DUPLX_MODE; - if (priv->type == BCM7278_DEVICE_ID && dsa_is_cpu_port(ds, port)) - reg |= GMIIP_SPEED_UP_2G; - core_writel(priv, reg, offset); } |