[PATCH] nvme_fc: minor fixes on sqsize
James Smart
james.smart at broadcom.com
Wed Mar 7 13:52:58 PST 2018
On 3/7/2018 7:46 AM, Keith Busch wrote:
> On Mon, Mar 05, 2018 at 08:55:24PM -0800, James Smart wrote:
>> ret = __nvme_fc_create_hw_queue(ctrl, &ctrl->queues[0], 0,
>> - NVME_AQ_BLK_MQ_DEPTH);
>> + NVME_AQ_BLK_MQ_DEPTH + 1);
> A bit of a nit, but I think you'd prefer to use NVME_AQ_DEPTH here
> instead of assuming the +1.
NP. I'll address it. I need to rework the patch as I found another
area when we tune for controller limits that isn't right either.
-- james
More information about the Linux-nvme
mailing list