Re: [PATCH 04/11] Reduce time spent in IRQ for received NVME commands

2017-06-16 Thread Hannes Reinecke
On 06/16/2017 07:56 AM, James Smart wrote: > Removed unnecessary bzero of context area. Due to size of sg list, > added a substantial delay and played havoc on cpu caches. > > Signed-off-by: Dick Kennedy > Signed-off-by: James Smart > --- > drivers/scsi/lpfc/lpfc_nvmet.c | 2 -- > 1 file change

[PATCH 04/11] Reduce time spent in IRQ for received NVME commands

2017-06-15 Thread James Smart
Removed unnecessary bzero of context area. Due to size of sg list, added a substantial delay and played havoc on cpu caches. Signed-off-by: Dick Kennedy Signed-off-by: James Smart --- drivers/scsi/lpfc/lpfc_nvmet.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/scsi/lpfc/lpfc_nvme