From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753369Ab3EPMDQ (ORCPT ); Thu, 16 May 2013 08:03:16 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:45468 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751123Ab3EPMDL (ORCPT ); Thu, 16 May 2013 08:03:11 -0400 Date: Thu, 16 May 2013 15:02:00 +0300 From: Dan Carpenter To: "K. Y. Srinivasan" Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, ohering@suse.com, jbottomley@parallels.com, hch@infradead.org, linux-scsi@vger.kernel.org, apw@canonical.com, jasowang@redhat.com Subject: Re: [PATCH V1 7/7] Drivers: scsi: storvsc: Increase the value of STORVSC_MAX_IO_REQUESTS Message-ID: <20130516120200.GN1360@mwanda> References: <1368706784-32276-1-git-send-email-kys@microsoft.com> <1368706879-32321-1-git-send-email-kys@microsoft.com> <1368706879-32321-7-git-send-email-kys@microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368706879-32321-7-git-send-email-kys@microsoft.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: acsinet21.oracle.com [141.146.126.237] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 16, 2013 at 05:21:19AM -0700, K. Y. Srinivasan wrote: > Increase the value of STORVSC_MAX_IO_REQUESTS to 200 requests. The current > ringbuffer size can support this higher value. > The ringbuffer size is a module parameter so it's odd to talk about the "current" size. regards, dan carpenter