From mboxrd@z Thu Jan 1 00:00:00 1970 From: Venu Byravarasu Subject: RE: [PATCH RFC V2 33/46] mmc: mmc_test: Disable Command Queue while mmc_test is used Date: Fri, 10 Jun 2016 10:59:58 +0000 Message-ID: References: <1465473166-22532-1-git-send-email-adrian.hunter@intel.com> <1465473166-22532-34-git-send-email-adrian.hunter@intel.com> <575A9A1E.7010906@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Return-path: Received: from hqemgate15.nvidia.com ([216.228.121.64]:16410 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932601AbcFJLAt convert rfc822-to-8bit (ORCPT ); Fri, 10 Jun 2016 07:00:49 -0400 In-Reply-To: <575A9A1E.7010906@intel.com> Content-Language: en-US Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Adrian Hunter , Ulf Hansson Cc: linux-mmc , Alex Lemberg , Mateusz Nowak , Yuliy Izrailov , Jaehoon Chung , Dong Aisheng , Das Asutosh , Zhangfei Gao , Sujit Reddy Thumma , Dorfman Konstantin , David Griego , Sahitya Tummala , Harjani Ritesh , Venu Byravarasu > -----Original Message----- > From: linux-mmc-owner@vger.kernel.org [mailto:linux-mmc- > owner@vger.kernel.org] On Behalf Of Adrian Hunter > Sent: Friday, June 10, 2016 4:15 PM > To: Ulf Hansson > Cc: linux-mmc; Alex Lemberg; Mateusz Nowak; Yuliy Izrailov; Jaehoon Chung; > Dong Aisheng; Das Asutosh; Zhangfei Gao; Sujit Reddy Thumma; Dorfman > Konstantin; David Griego; Sahitya Tummala; Harjani Ritesh > Subject: [PATCH RFC V2 33/46] mmc: mmc_test: Disable Command Queue > while mmc_test is used > > Normal read and write commands may not be used while the command > queue is enabled. CQ may not be efficient when single rd/wr commands get issued with variable delays in between. In such situations, CQ preparation for individual rd/wr cmds would be an unnecessary overhead. Hence even when CQ is supported, prefer CQ only when more than 1 data cmds are to be issued to device. > > Signed-off-by: Adrian Hunter > --- > ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. -----------------------------------------------------------------------------------