Re: scsi: Drivers not ready for sg-chaining

2008-02-10 Thread James Bottomley
On Sun, 2008-02-10 at 18:36 +0200, Boaz Harrosh wrote: > >> 2. Those drivers that have been using SG_ALL correctly and were converted > >>to support sg-chaining are not penalized because of bad/old drivers > > > > I don't see they're penalised this way either ... they just have to set > > a hi

Re: scsi: Drivers not ready for sg-chaining

2008-02-10 Thread Boaz Harrosh
On Sun, Feb 10 2008 at 18:16 +0200, James Bottomley <[EMAIL PROTECTED]> wrote: > On Sun, 2008-02-10 at 18:08 +0200, Boaz Harrosh wrote: >> My patches *do not* attempt to fix the sg_chaining support. They only >> make all the drivers that use SG_ALL to use SCSI_MAX_SG_SEGMENTS. >> One by One, and no

Re: scsi: Drivers not ready for sg-chaining

2008-02-10 Thread James Bottomley
On Sun, 2008-02-10 at 18:08 +0200, Boaz Harrosh wrote: > My patches *do not* attempt to fix the sg_chaining support. They only > make all the drivers that use SG_ALL to use SCSI_MAX_SG_SEGMENTS. > One by One, and not globally as your suggestion. Yes, I know ... but it does need fixing for the list

Re: scsi: Drivers not ready for sg-chaining

2008-02-10 Thread Boaz Harrosh
On Sun, Feb 10 2008 at 17:42 +0200, James Bottomley <[EMAIL PROTECTED]> wrote: > On Thu, 2008-01-17 at 18:51 +0200, Boaz Harrosh wrote: >> All below drivers are not sg-chain ready do to incomplete software. >> Once fixed they can move back to SG_ALL. For now they are stuck on >> SCSI_MAX_SG_SEG

Re: scsi: Drivers not ready for sg-chaining

2008-02-10 Thread James Bottomley
On Thu, 2008-01-17 at 18:51 +0200, Boaz Harrosh wrote: > All below drivers are not sg-chain ready do to incomplete software. > Once fixed they can move back to SG_ALL. For now they are stuck on > SCSI_MAX_SG_SEGMENTS. > > Affected drivers/files: > drivers/scsi/aha152x.c This seems to

scsi: Drivers not ready for sg-chaining

2008-01-17 Thread Boaz Harrosh
All below drivers are not sg-chain ready do to incomplete software. Once fixed they can move back to SG_ALL. For now they are stuck on SCSI_MAX_SG_SEGMENTS. Affected drivers/files: drivers/scsi/aha152x.c drivers/scsi/esp_scsi.[ch] drivers/scsi/imm.c drivers