Re: [PATCH net] ionic: no link check while resetting queues

2020-06-17 Thread David Miller
From: Shannon Nelson Date: Mon, 15 Jun 2020 18:14:59 -0700 > If the driver is busy resetting queues after a change in > MTU or queue parameters, don't bother checking the link, > wait until the next watchdog cycle. > > Fixes: 987c0871e8ae ("ionic: check for linkup in watchdog") > Signed-off-by:

Re: [PATCH net] ionic: no link check while resetting queues

2020-06-17 Thread Jonathan Toppins
On 6/17/20 3:53 PM, Shannon Nelson wrote: > On 6/17/20 12:41 PM, Jonathan Toppins wrote: >> On 6/15/20 9:14 PM, Shannon Nelson wrote: >>> If the driver is busy resetting queues after a change in >>> MTU or queue parameters, don't bother checking the link, >>> wait until the next watchdog cycle. >>>

Re: [PATCH net] ionic: no link check while resetting queues

2020-06-17 Thread Shannon Nelson
On 6/17/20 12:41 PM, Jonathan Toppins wrote: On 6/15/20 9:14 PM, Shannon Nelson wrote: If the driver is busy resetting queues after a change in MTU or queue parameters, don't bother checking the link, wait until the next watchdog cycle. Fixes: 987c0871e8ae ("ionic: check for linkup in watchdog"

Re: [PATCH net] ionic: no link check while resetting queues

2020-06-17 Thread Jonathan Toppins
On 6/15/20 9:14 PM, Shannon Nelson wrote: > If the driver is busy resetting queues after a change in > MTU or queue parameters, don't bother checking the link, > wait until the next watchdog cycle. > > Fixes: 987c0871e8ae ("ionic: check for linkup in watchdog") > Signed-off-by: Shannon Nelson > -

[PATCH net] ionic: no link check while resetting queues

2020-06-15 Thread Shannon Nelson
If the driver is busy resetting queues after a change in MTU or queue parameters, don't bother checking the link, wait until the next watchdog cycle. Fixes: 987c0871e8ae ("ionic: check for linkup in watchdog") Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/ionic_lif.c | 3