Re: [PATCH 05/14] lpfc: Fix Abort request WQ selection

2018-04-09 Thread Hannes Reinecke
On Sat, 7 Apr 2018 11:30:17 -0700 James Smart wrote: > When running loads that generated aborts, io errors where seen. > Turns out the abort requests where not placed on the proper > WQ resulting in the errors. Closer inspection inspection of this > error also showed improper spinlock api use. >

[PATCH 05/14] lpfc: Fix Abort request WQ selection

2018-04-07 Thread James Smart
When running loads that generated aborts, io errors where seen. Turns out the abort requests where not placed on the proper WQ resulting in the errors. Closer inspection inspection of this error also showed improper spinlock api use. Correct the WQ selection policy for the abort requests. Correct