[Intel-wired-lan] [next PATCH S41-V2 1/5] i40e: use alloc_workqueue instead of create_singlethread_workqueue
Bowers, AndrewX
andrewx.bowers at intel.com
Thu Aug 11 19:25:21 UTC 2016
> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Bimmy Pujari
> Sent: Thursday, August 04, 2016 11:37 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next PATCH S41-V2 1/5] i40e: use
> alloc_workqueue instead of create_singlethread_workqueue
>
> From: Jacob Keller <jacob.e.keller at intel.com>
>
> Replace calls to create_singlethread_workqueue instead with
> alloc_workqueue as is style with other Intel drivers. This provides more
> control over workqueue creation, and allows explicit setting of the desired
> mode of operation. It also makes it more obvious that driver name constant
> is passed to a format "%s".
>
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
> Change-ID: I6192b44caf5140336cd54c5b350d51c73b541fdb
> ---
> drivers/net/ethernet/intel/i40e/i40e_main.c | 3 ++-
> drivers/net/ethernet/intel/i40evf/i40evf_main.c | 3 ++-
> 2 files changed, 4 insertions(+), 2 deletions(-)
Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
More information about the Intel-wired-lan
mailing list