Re: [PATCH net] r8169: fix powering up RTL8168h

2018-05-08 Thread David Miller
From: Heiner Kallweit Date: Mon, 7 May 2018 21:11:21 +0200 > Since commit a92a08499b1f "r8169: improve runtime pm in general and > suspend unused ports" interfaces w/o link are runtime-suspended after > 10s. On systems where drivers take longer to load this can lead to the

Re: [PATCH net] r8169: fix powering up RTL8168h

2018-05-07 Thread Andrew Lunn
On Mon, May 07, 2018 at 07:20:53PM +, ojab // wrote: > On Mon, May 7, 2018 at 7:11 PM, Heiner Kallweit wrote: > > Since commit a92a08499b1f "r8169: improve runtime pm in general and > > suspend unused ports" interfaces w/o link are runtime-suspended after > > 10s. On

Re: [PATCH net] r8169: fix powering up RTL8168h

2018-05-07 Thread ojab //
On Mon, May 7, 2018 at 7:11 PM, Heiner Kallweit wrote: > Since commit a92a08499b1f "r8169: improve runtime pm in general and > suspend unused ports" interfaces w/o link are runtime-suspended after > 10s. On systems where drivers take longer to load this can lead to the >

[PATCH net] r8169: fix powering up RTL8168h

2018-05-07 Thread Heiner Kallweit
Since commit a92a08499b1f "r8169: improve runtime pm in general and suspend unused ports" interfaces w/o link are runtime-suspended after 10s. On systems where drivers take longer to load this can lead to the situation that the interface is runtime-suspended already when it's initially brought up.