Re: [PATCH 04/15] lpfc: Fix nvmet RQ resource needs for large block writes.

2017-05-15 Thread James Smart
On 5/10/2017 11:18 PM, Hannes Reinecke wrote: On 05/10/2017 09:07 PM, James Smart wrote: Large block writes to the nvme target were failing because the default number of RQs posted was insufficient. Expand the NVMET RQs to 2048 RQEs and ensure a minimun of 2048

Re: [PATCH 04/15] lpfc: Fix nvmet RQ resource needs for large block writes.

2017-05-10 Thread Hannes Reinecke
On 05/10/2017 09:07 PM, James Smart wrote: > Large block writes to the nvme target were failing because > the default number of RQs posted was insufficient. > > Expand the NVMET RQs to 2048 RQEs and ensure a minimun of 2048 512 > RQEs ar

[PATCH 04/15] lpfc: Fix nvmet RQ resource needs for large block writes.

2017-05-10 Thread James Smart
Large block writes to the nvme target were failing because the default number of RQs posted was insufficient. Expand the NVMET RQs to 2048 RQEs and ensure a minimun of 2048 RQEs are posted, no matter how many MRQs are configured. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drive