Re: [PATCH] Improvev netconsole support for RTL8139 NIC driver

From: yshi
Date: Tue Mar 25 2008 - 22:52:42 EST


David Miller åé:
From: Jeff Garzik <jgarzik@xxxxxxxxx>
Date: Tue, 25 Mar 2008 22:23:24 -0400

This is bogus -- you should never need to slow down the hot path in such a way.

Slow down in what way? Even on x86 saving the flags is just
about as expensive as a plain sti/cli.

I would in fact prefer to see drivers unconditionally use
spin_lock_irqsave() et al. in the interrupt handler, for
consistency.
Yes, I agree. Many NIC drivers do the same thing, like Gianfar, E1000, etc.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/