Re: [PATCH] hptiop: HighPoint RocketRAID 3xxx controller driver

From: HighPoint Linux Team
Date: Sun Jun 11 2006 - 07:02:51 EST


On Sunday 11 June 2006 05:07 pm, HighPoint Linux Team wrote:
>>
>> host->can_queue = le32_to_cpu(iop_config.max_requests);
>> host->cmd_per_lun = le32_to_cpu(iop_config.max_requests);
>>
>> You might want to think about adjusting this. For the single LUN case,
>> it's fine. For the multi-lun case it may allow commands to a single LUN
>> to starve everything else.
>
>There will be no multi-lun support for the controller so this is not
>an issue.

Sorry, a mistake. Multi-lun is supported.
Should host->can_queue be set to (cmd_per_lun * max_lun) ?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/