All of lore.kernel.org
 help / color / mirror / Atom feed
* MMC performance
@ 2004-10-11 11:05 Pierre Ossman
  2004-10-11 12:19 ` Russell King
  0 siblings, 1 reply; 7+ messages in thread
From: Pierre Ossman @ 2004-10-11 11:05 UTC (permalink / raw)
  To: LKML, Russell King

I've added SGIO support to my driver now hoping that it would resolve 
the piss-poor performance I've been getting. Didn't do much difference 
though.

Read operations are fairly fast. It queues 8kB at a time. A bit small 
perhaps, but still decent.

Writing, however, only sends a single sector at a time. The queue 
process eats up half of the CPU time on my machine during a write. And 
since MMC cards have to clear a whole bunch of sectors before a write 
shouldn't you send as many sectors as possible to them?

Since I don't have another controller to compare with I don't really 
know if the problem is in my code, the MMC layer, the block layer or the 
filesystem.

I'm going to dig around a bit more but some pointers are welcome. At 
least which layer I should be looking at.

Rgds
Pierre

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-10-18 19:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-11 11:05 MMC performance Pierre Ossman
2004-10-11 12:19 ` Russell King
2004-10-11 13:18   ` Alan Cox
2004-10-11 15:27     ` Pierre Ossman
2004-10-11 18:01       ` Pierre Ossman
2004-10-18 19:26         ` Pierre Ossman
2004-10-11 13:49   ` Pierre Ossman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.