Re: [PATCH net] r8169: re-enable MSI-X on RTL8168g

2018-10-17 Thread David Miller
From: Heiner Kallweit Date: Tue, 16 Oct 2018 19:35:17 +0200 > Similar to d49c88d7677b ("r8169: Enable MSI-X on RTL8106e") after > e9d0ba506ea8 ("PCI: Reprogram bridge prefetch registers on resume") > we can safely assume that this also fixes the root cause of > the issue worked around by 7c53a722

[PATCH net] r8169: re-enable MSI-X on RTL8168g

2018-10-16 Thread Heiner Kallweit
Similar to d49c88d7677b ("r8169: Enable MSI-X on RTL8106e") after e9d0ba506ea8 ("PCI: Reprogram bridge prefetch registers on resume") we can safely assume that this also fixes the root cause of the issue worked around by 7c53a722459c ("r8169: don't use MSI-X on RTL8168g"). So let's revert it. Fixe