Re: [PATCH] lpfc: fix 12.4.0.0 GPF at boot

2019-08-29 Thread Martin K. Petersen
James, > The 12.4.0.0 patch that merged WQ/CQ pairs into single per-cpu pair > contained a bug: a local variable was set to the queue pair by index. > This should have allowed the local variable to be natively used. > Instead, the code reused the index relative to the local variable, > obtaining

[PATCH] lpfc: fix 12.4.0.0 GPF at boot

2019-08-28 Thread James Smart
The 12.4.0.0 patch that merged WQ/CQ pairs into single per-cpu pair contained a bug: a local variable was set to the queue pair by index. This should have allowed the local variable to be natively used. Instead, the code reused the index relative to the local variable, obtaining a random pointer va