mbox series

[v2,net-next,0/2] ionic watchdog training

Message ID 20200930174828.39657-1-snelson@pensando.io
Headers show
Series ionic watchdog training | expand

Message

Shannon Nelson Sept. 30, 2020, 5:48 p.m. UTC
Our link watchdog displayed a couple of unfriendly behaviors in some recent
stress testing.  These patches change the startup and stop timing in order
to be sure that expected structures are ready to be used by the watchdog.

Shannon Nelson (2):
  ionic: stop watchdog timer earlier on remove
  ionic: prevent early watchdog check

v2: rebased to fold in recent changes

 drivers/net/ethernet/pensando/ionic/ionic_bus_pci.c |  5 +++--
 drivers/net/ethernet/pensando/ionic/ionic_dev.c     | 10 ++++------
 drivers/net/ethernet/pensando/ionic/ionic_dev.h     |  1 -
 3 files changed, 7 insertions(+), 9 deletions(-)

Comments

David Miller Sept. 30, 2020, 10:12 p.m. UTC | #1
From: Shannon Nelson <snelson@pensando.io>
Date: Wed, 30 Sep 2020 10:48:26 -0700

> Our link watchdog displayed a couple of unfriendly behaviors in some recent
> stress testing.  These patches change the startup and stop timing in order
> to be sure that expected structures are ready to be used by the watchdog.

Series applied, thanks.