On Fri, Nov 5, 2010 at 7:21 AM, Hannes Reinecke wrote:
> On 11/04/2010 09:49 PM, Alexander Graf wrote:
>>
>> Got an updated version? :)
>
> I see to have the patchset pushed to kernel.org
> and will send a pointer then.
I'm also interested in seeing the latest and greatest megasas :).
Stefan
On 11/04/2010 09:49 PM, Alexander Graf wrote:
>
> On 15.06.2010, at 11:15, Hannes Reinecke wrote:
>
>> Hi all,
>>
>> I've run an I/O exerciser against the megasas emulation and
>> found quite some issues, both with the HBA and the SCSI
>> emulation.
>>
>> - SG_IO returns -EDOM if the internal que
On 15.06.2010, at 11:15, Hannes Reinecke wrote:
> Hi all,
>
> I've run an I/O exerciser against the megasas emulation and
> found quite some issues, both with the HBA and the SCSI
> emulation.
>
> - SG_IO returns -EDOM if the internal queue is exhausted;
> we should be mapping this to QUEUE_FU
Hi all,
I've run an I/O exerciser against the megasas emulation and
found quite some issues, both with the HBA and the SCSI
emulation.
- SG_IO returns -EDOM if the internal queue is exhausted;
we should be mapping this to QUEUE_FULL.
- Codingstyle fixes for megasas as suggested by blueswirl
- W