mbox series

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

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

Message

Shannon Nelson Sept. 29, 2020, 10:19 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

 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, 1:20 a.m. UTC | #1
From: Shannon Nelson <snelson@pensando.io>
Date: Tue, 29 Sep 2020 15:19:54 -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.

This doesn't apply cleanly, almost certainly because of conflicts with
Thomas Gleixner's patch series.

Always do a quick update of your net-next tree before submitting patches
to avoid this problem in the future.

Thank you.