From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: Re: [PATCH v2 03/12] scsi-mq: Add support for multiple hardware queues Date: Wed, 29 Oct 2014 13:27:53 +0100 Message-ID: <5450DD49.6090108@acm.org> References: <5433E43D.3010107@acm.org> <5433E4AB.8030306@acm.org> <5450DC05.1010907@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5450DC05.1010907@acm.org> Sender: linux-scsi-owner@vger.kernel.org To: "Martin K. Petersen" Cc: Christoph Hellwig , Jens Axboe , Sagi Grimberg , Sebastian Parschauer , Robert Elliott , Ming Lei , "linux-scsi@vger.kernel.org" , linux-rdma List-Id: linux-rdma@vger.kernel.org On 10/29/14 13:22, Bart Van Assche wrote: > Regarding nr_hw_queues and the SCSI host template: setting that > parameter in the host template is supported. (replying to my own e-mail) Let me correct this: setting nr_hw_queues in the host template is not yet supported. If anyone would consider this useful, such functionality would be easy to add. Bart.