Re: [PATCH net] ionic: tame the watchdog timer on reconfig

2020-06-20 Thread David Miller
From: Shannon Nelson Date: Thu, 18 Jun 2020 10:29:04 -0700 > Even with moving netif_tx_disable() to an earlier point when > taking down the queues for a reconfiguration, we still end > up with the occasional netdev watchdog Tx Timeout complaint. > The old method of using netif_trans_update() work

Re: [PATCH net] ionic: tame the watchdog timer on reconfig

2020-06-19 Thread Jonathan Toppins
On 6/18/20 1:29 PM, Shannon Nelson wrote: > Even with moving netif_tx_disable() to an earlier point when > taking down the queues for a reconfiguration, we still end > up with the occasional netdev watchdog Tx Timeout complaint. > The old method of using netif_trans_update() works fine for > queue

[PATCH net] ionic: tame the watchdog timer on reconfig

2020-06-18 Thread Shannon Nelson
Even with moving netif_tx_disable() to an earlier point when taking down the queues for a reconfiguration, we still end up with the occasional netdev watchdog Tx Timeout complaint. The old method of using netif_trans_update() works fine for queue 0, but has no effect on the remaining queues. Using