From: Jaehoon Chung <jh80.chung@samsung.com>
To: Seungwon Jeon <tgih.jun@samsung.com>
Cc: 'Jaehoon Chung' <jh80.chung@samsung.com>,
"'Andrei E. Warkentin'" <andrey.warkentin@gmail.com>,
'Andrei Warkentin' <awarkentin@vmware.com>,
'Chris Ball' <cjb@laptop.org>,
linux-samsung-soc@vger.kernel.org,
'kgene kim' <kgene.kim@samsung.com>,
'dh han' <dh.han@samsung.com>,
linux-mmc@vger.kernel.org
Subject: Re: [PATCH] mmc: dw_mmc: Support predefined multiple block transfers.
Date: Wed, 05 Oct 2011 17:19:34 +0900 [thread overview]
Message-ID: <4E8C1316.2040507@samsung.com> (raw)
In-Reply-To: <000c01cc8335$101b6d40$305247c0$%jun@samsung.com>
On 10/05/2011 05:02 PM, Seungwon Jeon wrote:
> Jaehoon Chung wrote:
>>
>> Hi Mr.Jeon
>>
>> One question...if we used predefined transfer, didn't send stop-command?
>> then i think that didn't need to enter this condition..how about this?
>>
>> In __dw_mci_start_reqeust() function(at your patch)
>>
>> if (mrq->stop)
>> host->stop_cmdr = dw_mci_prepare_command(slot->mmc, mrq->stop);
>>
>> If i misunderstood something, plz let me know...Thanks.
> Yes, predefined transfer doesn't send stop command normally.
> But if transfer error is occurred, stop command is required.
Thanks for your answer. i didn't look in detail.
your patch is worked when there is data->error, send stop command..right?
This patch looks good to me.
Best Regards,
Jaehoon Chung
>
> Thank you for test.
> Best regards,
> Seungwon Jeon.
>>
>> Tested-by: Jaehoon Chung <jh80.chung@samsung.com>
>>
>> On 09/28/2011 05:23 PM, Seungwon Jeon wrote:
>>
>>> Andrei Warkentin wrote:
>>>> 2011/9/26 Seungwon Jeon <tgih.jun@samsung.com>:
>>>>> Andrei Warkentin wrote:
>>>>>> Hi Seungwon,
>>>>>>
>>>>>> ----- Original Message -----
>>>>>>> From: "Seungwon Jeon" <tgih.jun@samsung.com>
>>>>>>> To: linux-mmc@vger.kernel.org
>>>>>>> Cc: "Chris Ball" <cjb@laptop.org>, linux-samsung-soc@vger.kernel.org,
>>>>>> "kgene kim" <kgene.kim@samsung.com>, "dh han"
>>>>>>> <dh.han@samsung.com>, "Seungwon Jeon" <tgih.jun@samsung.com>
>>>>>>> Sent: Monday, September 26, 2011 7:46:59 AM
>>>>>>> Subject: [PATCH] mmc: dw_mmc: Support predefined multiple block
>>>>>> transfers.
>>>>>>>
>>>>>>> This patch adds the support for predefined multiple block read/write.
>>>>>>>
>>>>>>> Signed-off-by: Seungwon Jeon <tgih.jun@samsung.com>
>>>>>>
>>>>>> Without knowing much about dw_mmc host, your logic otherwise looks ok,
>>>>>> given what
>>>>>> I've previously done for SDHCI as far as CMD23/Auto-CMD23 enhancement.
>>>>>> Just curious, what eMMC cards did you test this on, and what
>>>> improvement
>>>>>> did you see?
>>>>>
>>>>> Thank you for review.
>>>>> As you done, predefined transfer is required for reliable writes and
>>>> eMMC4.5 feature.
>>>>> Sadly, I didn't gain an improvement in my case.
>>>>> (I don't know whether I can clarify the tested eMMC card, just one
>>>> sample.)
>>>>>
>>>>
>>>> So far I've seen some Sandisk cards have a noticeable real-life
>>>> improvement (30%) over
>>>> open-ended transfers.
>>>>
>>>> You might wish to try out https://github.com/andreiw/superalign to be
>>>> certain.
>>>
>>> I had already tested this patch with IOZONE, but I found no difference.
>>> Maybe a result depends on eMMC device.
>>> As your recommend, I applied above benchmark tool.
>>> Predefined transfer seems like a little better, but there is no
>> difference.
>>>
>>> Thanks.
>>> Seungwon Jeon.
>>>
>>>>
>>>> A
>>>> --
>>>> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
>>>> the body of a message to majordomo@vger.kernel.org
>>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>>
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2011-10-05 8:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-26 11:46 [PATCH] mmc: dw_mmc: Support predefined multiple block transfers Seungwon Jeon
2011-09-26 16:35 ` Andrei Warkentin
2011-09-27 2:12 ` Seungwon Jeon
2011-09-27 4:58 ` Andrei E. Warkentin
2011-09-28 8:23 ` Seungwon Jeon
2011-10-05 5:02 ` Jaehoon Chung
2011-10-05 8:02 ` Seungwon Jeon
2011-10-05 8:19 ` Jaehoon Chung [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-09-26 9:15 Seungwon Jeon
2011-09-28 1:20 ` Seungwon Jeon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4E8C1316.2040507@samsung.com \
--to=jh80.chung@samsung.com \
--cc=andrey.warkentin@gmail.com \
--cc=awarkentin@vmware.com \
--cc=cjb@laptop.org \
--cc=dh.han@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=tgih.jun@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox