Netpoll controller support for PPC EMAC driver
Eugene Surovegin
ebs at ebshome.net
Fri Dec 9 05:01:26 EST 2005
On Thu, Dec 08, 2005 at 03:34:15PM +0300, Ruslan V. Sushko wrote:
> This patch adds netpoll controller support for PPC EMAC driver
>
> Signed-off-by: Ruslan V. Sushko <rsushko at ru.mvista.com>
NAK. Please see long discussion on netdev couple of months ago about
netpoll and how it is horribly broken.
In short, to implement netpoll support in EMAC driver requires full
locking re-do (all locks must be IRQ disabling). I'm not gonna do
this, because it's wrong approach.
If you want netpoll support, figure out a way to do this correctly,
without penalizing users of EMAC driver by switching to IRQ locks.
--
Eugene
More information about the Linuxppc-embedded
mailing list