Re: [PATCH net-next 0/3] Automatic PHY interrupts

2018-03-18 Thread David Miller
From: Andrew Lunn Date: Sat, 17 Mar 2018 20:32:02 +0100 > Now that the mv88e6xxx driver either installs in interrupt handler, or > polls for interrupts, it is possible to always handle PHY interrupts, > rather than have phylib perform the polling. This speeds up detection > of link changes and re

[PATCH net-next 0/3] Automatic PHY interrupts

2018-03-17 Thread Andrew Lunn
Now that the mv88e6xxx driver either installs in interrupt handler, or polls for interrupts, it is possible to always handle PHY interrupts, rather than have phylib perform the polling. This speeds up detection of link changes and reduces the load on the MDIO bus, which is beneficial for PTP. Andr