Messages in this thread |  | | Date | Tue, 04 Sep 2001 12:58:59 -0700 | From | Andrew Morton <> | Subject | Re: Should I use Linux to develop driver for specialized ISA card? |
| |
Christopher Friesen wrote: > > > 1) Why shouldn't the low-latency patches work for another architecture? > > Andrew Morton might be interested to fix other architectures too. > > (but most patches are not in architecture specific code) > > Well, a while back I took a look at the low latency patch and saw a bunch of > arch-specific files being modified so I assumed that it wouldn't do much on a > different architecture. I may have been wrong. I guess its time for me to do > some testing. >
It is now arch-neutral. There used to be a couple of x86 tweaks, but they became unnecessary when some softirq fixes were merged.
So for other architectures the only thing which needs changing is the actual config entries in arch/<arch>/config.in. If you do take a look at this, please send me the diffs for whatever your architecture is.
I haven't heard much from non-x86 people; there were some remaining latency problems with PPC many months ago, but they were never explained and I don't know if the problems remain, or if indeed they were ever real.
It's kind of amazing that you're seeing 300 millisec stalls on a system with no local disks - most problems occur in the VM list walking, dirty buffer writeout, etc. Unless you're performing a lot of fileystem work across that FC controller? It could be that there is an architecture- or driver-specific problem in your setup.
- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |