commit | 87a7f321bb6a45e54b7d6c90d032ee5636a6ad97 | [log] [tgz] |
---|---|---|
author | John Fraker <jfraker@google.com> | Mon Oct 11 08:36:47 2021 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 11 23:25:36 2021 +0100 |
tree | bde43329205c062d1ffb3cffc4c32feb20c08c77 | |
parent | 61d72c7e486b63340f1fadcf3bed4cae98f03d9b [diff] |
gve: Recover from queue stall due to missed IRQ Don't always reset the driver on a TX timeout. Attempt to recover by kicking the queue in case an IRQ was missed. Fixes: 9e5f7d26a4c08 ("gve: Add workqueue and reset support") Signed-off-by: John Fraker <jfraker@google.com> Signed-off-by: David Awogbemila <awogbemila@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>