Re: [PATCH net-next 0/2] PCI: let pci_disable_link_state propagate errors

2019-06-21 Thread David Miller
From: Heiner Kallweit Date: Tue, 18 Jun 2019 23:12:56 +0200 > Drivers like r8169 rely on pci_disable_link_state() having disabled > certain ASPM link states. If OS can't control ASPM then > pci_disable_link_state() turns into a no-op w/o informing the caller. > The driver therefore may falsely as

Re: [PATCH net-next 0/2] PCI: let pci_disable_link_state propagate errors

2019-06-19 Thread David Miller
From: Heiner Kallweit Date: Tue, 18 Jun 2019 23:12:56 +0200 > Drivers like r8169 rely on pci_disable_link_state() having disabled > certain ASPM link states. If OS can't control ASPM then > pci_disable_link_state() turns into a no-op w/o informing the caller. > The driver therefore may falsely as

[PATCH net-next 0/2] PCI: let pci_disable_link_state propagate errors

2019-06-18 Thread Heiner Kallweit
Drivers like r8169 rely on pci_disable_link_state() having disabled certain ASPM link states. If OS can't control ASPM then pci_disable_link_state() turns into a no-op w/o informing the caller. The driver therefore may falsely assume the respective ASPM link states are disabled. Let pci_disable_lin