tg3: Fix rx hang on MTU change with 5717/5719
authorBrian King <brking@linux.vnet.ibm.com>
Fri, 15 Dec 2017 21:21:50 +0000 (15:21 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 2 Jan 2018 19:31:07 +0000 (20:31 +0100)
commitd3f3d4134eb700ad087691effbdf26fe8f3bfd90
tree91bc94890999ce0fff9489eae4b8e4d6d15b29cf
parent4f2963559f29f34a8dbcc35a331f152fa3492224
tg3: Fix rx hang on MTU change with 5717/5719

[ Upstream commit 748a240c589824e9121befb1cba5341c319885bc ]

This fixes a hang issue seen when changing the MTU size from 1500 MTU
to 9000 MTU on both 5717 and 5719 chips. In discussion with Broadcom,
they've indicated that these chipsets have the same phy as the 57766
chipset, so the same workarounds apply. This has been tested by IBM
on both Power 8 and Power 9 systems as well as by Broadcom on x86
hardware and has been confirmed to resolve the hang issue.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/broadcom/tg3.c