Re: [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Date: Sat, 12 Feb 2011 09:38:16 +0100
On Saturday 12 February 2011 07:22:14 Chuanxiao Dong wrote:
max_discard_sectors value is UINT_MAX which means kernel block layer can pass
down unlimited sectors to MMC driver to erase. But erasing so many sectors may
delay some other important I/O requests. This is not preferred.
So use 'pref_erase' to set a suitable max_discard_sectors value for mmc queue to
avoid erasing too many sectors at one time.
Signed-off-by: Chuanxiao Dong <chuanxiao.dong@xxxxxxxxx>
I'm not sure about this one. pref_erase on SDHC cards should be the *minimum*
unit you can erase in one request, not the maximum. Erasing an arbitrary
number of allocation units on an SDHC card should complete almost instantly,
because it only needs to update a single table with the allocation units.
Discarding partial allocation units will take a lot longer, because the
card then has to copy over the remaining blocks.
Arnd
--
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/
- Follow-Ups:
- RE: [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- From: Dong, Chuanxiao
- RE: [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- References:
- [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- From: Chuanxiao Dong
- [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- Prev by Date: Re: [PATCH v4 2/3]mmc: enable TRIM/ERASE caps for SDHCI host
- Next by Date: GET BACK TO ME ASAP 1
- Previous by thread: [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- Next by thread: RE: [PATCH v4 1/3]mmc: set max_discard_sectors value for mmc queue
- Index(es):