[Intel-wired-lan] [next PATCH S75-V3 02/11] i40e: use cpumask_copy instead of direct assignment

Bowers, AndrewX andrewx.bowers at intel.com
Fri Jul 14 22:26:10 UTC 2017


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Alice Michael
> Sent: Wednesday, July 12, 2017 2:46 AM
> To: Michael, Alice <alice.michael at intel.com>; intel-wired-
> lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next PATCH S75-V3 02/11] i40e: use
> cpumask_copy instead of direct assignment
> 
> From: Jacob Keller <jacob.e.keller at intel.com>
> 
> According to the header file cpumask.h, we shouldn't be directly copying a
> cpumask_t, since its a bitmap and might not be copied correctly. Lets use the
> provided cpumask_copy() function instead.
> 
> Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
> ---
>  drivers/net/ethernet/intel/i40e/i40e_main.c     | 2 +-
>  drivers/net/ethernet/intel/i40evf/i40evf_main.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>




More information about the Intel-wired-lan mailing list