Re: [PATCH 10/25] lpfc: Move SCSI and NVME Stats to hardware queue structures

2018-12-28 Thread Hannes Reinecke
On 12/27/18 12:33 AM, James Smart wrote: Many io statics were being sampled and saved using adapter-based data structures. This was creating a lot of contention and cache thrashing in the I/O path. Move the statistics to the hardware queue data structures. Given the per queue data structures, us

[PATCH 10/25] lpfc: Move SCSI and NVME Stats to hardware queue structures

2018-12-26 Thread James Smart
Many io statics were being sampled and saved using adapter-based data structures. This was creating a lot of contention and cache thrashing in the I/O path. Move the statistics to the hardware queue data structures. Given the per queue data structures, use of atomic types is lessened. Add new syf