On Wed, Jun 17, 2020 at 11:51 AM David Christensen <d...@linux.vnet.ibm.com> wrote: > > The driver function tg3_io_error_detected() calls napi_disable twice, > without an intervening napi_enable, when the number of EEH errors exceeds > eeh_max_freezes, resulting in an indefinite sleep while holding rtnl_lock. > > Add check for pcierr_recovery which skips code already executed for the > "Frozen" state. > > Signed-off-by: David Christensen <d...@linux.vnet.ibm.com>
Reviewed-by: Michael Chan <michael.c...@broadcom.com> Thanks.