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.
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
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
>>
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
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