public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* sdhci-stm performance issues
@ 2010-08-24 15:11 Peppe CAVALLARO
  2010-08-31 10:59 ` Peppe CAVALLARO
  0 siblings, 1 reply; 5+ messages in thread
From: Peppe CAVALLARO @ 2010-08-24 15:11 UTC (permalink / raw)
  To: linux-mmc@vger.kernel.org

Hello,
testing the sdhci-stm.c driver, I sent some weeks ago to the mailing list,
I'm facing some performance issues.
For example, when copy a file (e.g. ~10MiB) to the card, I've noticed that,
in the sdhci_prepare_data, the maximum value for data->blocks is 248.

The sdhci-stm driver uses the ADMA and:
  max_seg_size = 65536, 
  max_hw_segs = 128,
  max_phys_segs = 128,
  max_req_size = 524288, 
  max_blk_size = 2048,
  max_blk_count = 65535.

Using my arasan.c code, I've also sent to this mailing list in July,
I could see that the data->blocks was bigger than 248 and the performances were better.
Note that this driver used the same mmc_host parameters (max_blk_size etc.) reported
above for the sdhci-stm.

What am I missing?

Welcome advice.

Best Regards,
Giuseppe

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

end of thread, other threads:[~2010-09-21  1:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-24 15:11 sdhci-stm performance issues Peppe CAVALLARO
2010-08-31 10:59 ` Peppe CAVALLARO
2010-09-17 22:19   ` [PATCH RESEND] sdhci: add MMC_CAP_8_BIT_DATA in the Host capabilities Chris Ball
2010-09-20  6:51     ` Peppe CAVALLARO
2010-09-21  1:24       ` Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox