Re: Preempt? (was Re: Cannot enable DMA on SATA drive(SCSI-libsata, VIA SATA))

From: Lee Revell
Date: Tue Oct 05 2004 - 23:09:32 EST


On Tue, 2004-10-05 at 23:59, Jeff Garzik wrote:
> The moral of the story is not to use preempt, as it
> * potentially hides long latency code paths
> * potentially introduces bugs, as we've seen with net stack and many
> other pieces of code
> * is simply not needed, if all code paths are fixed

That's a pretty big if. If you require low latency now as opposed to
Real Soon Now then preempt is the only option.

Lee

-
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/