Re: [PATCH net 1/1] ionic: wait on queue start until after IFF_UP

2020-06-09 Thread David Miller
From: Shannon Nelson Date: Tue, 9 Jun 2020 13:11:28 -0700 > Yes, the link check is triggered by the periodic watchdog > ionic_watchdog_cb(), every 5 seconds. Thanks for explaining. Applied and queued up for v5.7 -stable, thank you.

Re: [PATCH net 1/1] ionic: wait on queue start until after IFF_UP

2020-06-09 Thread Shannon Nelson
On 6/9/20 1:06 PM, David Miller wrote: From: Shannon Nelson Date: Tue, 9 Jun 2020 12:51:17 -0700 On 6/9/20 12:47 PM, David Miller wrote: From: Shannon Nelson Date: Mon, 8 Jun 2020 20:41:43 -0700 The netif_running() test looks at __LINK_STATE_START which gets set before ndo_open() is calle

Re: [PATCH net 1/1] ionic: wait on queue start until after IFF_UP

2020-06-09 Thread David Miller
From: Shannon Nelson Date: Tue, 9 Jun 2020 12:51:17 -0700 > On 6/9/20 12:47 PM, David Miller wrote: >> From: Shannon Nelson >> Date: Mon, 8 Jun 2020 20:41:43 -0700 >> >>> The netif_running() test looks at __LINK_STATE_START which >>> gets set before ndo_open() is called, there is a window of >>

Re: [PATCH net 1/1] ionic: wait on queue start until after IFF_UP

2020-06-09 Thread Shannon Nelson
On 6/9/20 12:47 PM, David Miller wrote: From: Shannon Nelson Date: Mon, 8 Jun 2020 20:41:43 -0700 The netif_running() test looks at __LINK_STATE_START which gets set before ndo_open() is called, there is a window of time between that and when the queues are actually ready to be run. If ionic

Re: [PATCH net 1/1] ionic: wait on queue start until after IFF_UP

2020-06-09 Thread David Miller
From: Shannon Nelson Date: Mon, 8 Jun 2020 20:41:43 -0700 > The netif_running() test looks at __LINK_STATE_START which > gets set before ndo_open() is called, there is a window of > time between that and when the queues are actually ready to > be run. If ionic_check_link_status() notices that t