Re: [PATCH 06/14] lpfc: Fix lingering lpfc_wq resource after driver unload

2018-04-09 Thread Hannes Reinecke
On Sat, 7 Apr 2018 11:30:18 -0700 James Smart wrote: > After driver unloads lpfc_wq remains active. The destroy_workqueue > calls were not being made in driver unload. Additionally, SLI3 is > allocating lpfc_wq resources, but never uses it. > > Make the destroy_workqueue calls on driver unload

[PATCH 06/14] lpfc: Fix lingering lpfc_wq resource after driver unload

2018-04-07 Thread James Smart
After driver unloads lpfc_wq remains active. The destroy_workqueue calls were not being made in driver unload. Additionally, SLI3 is allocating lpfc_wq resources, but never uses it. Make the destroy_workqueue calls on driver unload. Modify the SLI3 code path no longer allocate lpfc_wq resources.