Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754140Ab2FLUIN (ORCPT ); Tue, 12 Jun 2012 16:08:13 -0400 Received: from wolverine02.qualcomm.com ([199.106.114.251]:21914 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753856Ab2FLUIL (ORCPT ); Tue, 12 Jun 2012 16:08:11 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6740"; a="198018338" Message-ID: <0bfe25272b45f6ebaa9fe74297d47d02.squirrel@www.codeaurora.org> In-Reply-To: References: <1338576911-17089-1-git-send-email-merez@codeaurora.org> <1338576911-17089-2-git-send-email-merez@codeaurora.org> Date: Tue, 12 Jun 2012 13:08:10 -0700 (PDT) Subject: Re: [PATCH v2 1/1] mmc: block: Add write packing control From: merez@codeaurora.org To: "Muthu Kumar" Cc: "Maya Erez" , linux-mmc@vger.kernel.org, linux-arm-msm@vger.kernel.org, "DOCUMENTATION" , "open list" User-Agent: SquirrelMail/1.4.17 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Priority: 3 (Normal) Importance: Normal Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1449 Lines: 42 On Mon, June 11, 2012 5:28 pm, Muthu Kumar wrote: > On Mon, Jun 11, 2012 at 2:19 PM, Muthu Kumar wrote: >> On Fri, Jun 1, 2012 at 11:55 AM, Maya Erez wrote: >>> The write packing control will ensure that read requests latency is >>> not increased due to long write packed commands. >>> >>> The trigger for enabling the write packing is managing to pack several >>> write requests. The number of potential packed requests that will >>> trigger >>> the packing can be configured via sysfs by writing the required value >>> to: >>> /sys/block//num_wr_reqs_to_start_packing. >>> The trigger for disabling the write packing is fetching a read request. >>> >> >> If it is applicable only to MMC why do we have this sysfs attr for all >> block devices? > > Just to be clear, please create a directory, say mmc, under > /sys/block// and create the attr inside that. > > You can refer to dm (dm-sysfs.c) for sample implementation. > > Regards, > Muthu > I will apply this change in the next patch. Thanks, Maya Erez -- Sent by consultant of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/