Re: [PATCH 2/2] ibmvscsi: add slave_configure to allow device restart

2007-02-12 Thread Santiago Leon
Robert Jennings wrote: Adding a slave_configure function for the driver. Now the disks can be restarted by the scsi mid-layer when the are disconnected and reconnected. Signed-off-by: Santiago Leon <[EMAIL PROTECTED]> Signed-off-by: "Robert Jennings" <[EMAIL PROTECTED]&g

Re: [PATCH 1/2] ibmvscsi: allow for dynamic adjustment of server request_limit

2007-02-12 Thread Santiago Leon
Robert Jennings wrote: The request limit calculations used previously on the client failed to mirror the state of the server. Additionally, when a value < 3 was provided there could be problems setting can_queue and handling abort and reset commands. Signed-off-by: Santiago Leon <

Re: [PATCH 8/8] scsi tgt: IBM eServer i/pSeries virtual SCSI target driver

2006-11-30 Thread Santiago Leon
ed-off-by: FUJITA Tomonori <[EMAIL PROTECTED]> Signed-off-by: Mike Christie <[EMAIL PROTECTED]> Signed-off-by: James Bottomley <[EMAIL PROTECTED]> Signed-off-by: Santiago Leon <[EMAIL PROTECTED]> -- Santiago A. Leon Power Linux Development IBM Linux Technology Center -

Re: [RFC] SCSI target for IBM Power5 LPAR

2005-09-07 Thread Santiago Leon
Hi Anton, + adapter->max_sectors = MAX_SECTORS; Does this mean we are limited to 128kB transfers? Would it be OK to bump the default? We use MAX_SECTORS (which is actually 127.5kB) because that's the max_sectors of the loopback device (we have a lot of users that like the flexibility