RE: [PATCH V2 2/8] Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host

2014-07-10 Thread KY Srinivasan
; jasow...@redhat.com; a...@canonical.com; linux-s...@vger.kernel.org; > stable@vger.kernel.org > Subject: Re: [PATCH V2 2/8] Drivers: scsi: storvsc: Set cmd_per_lun to reflect > value supported by the Host > > > - .cmd_per_lun = 1, > > + .c

Re: [PATCH V2 2/8] Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host

2014-07-10 Thread Christoph Hellwig
> - .cmd_per_lun = 1, > + .cmd_per_lun = 255, > .can_queue =STORVSC_MAX_IO_REQUESTS*STORVSC_MAX_TARGETS, slave_configure immediately adjusts this down to STORVSC_MAX_IO_REQUESTS (250), any reson to start out with the magic 255 here? -- To unsubscribe fr