[Intel-wired-lan] [next PATCH S16 v2 07/15] i40e: Lock for VSI's MAC filter list

Bowers, AndrewX andrewx.bowers at intel.com
Thu Oct 1 17:36:59 UTC 2015


> -----Original Message-----
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at lists.osuosl.org] On
> Behalf Of Catherine Sullivan
> Sent: Wednesday, September 30, 2015 11:09 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [next PATCH S16 v2 07/15] i40e: Lock for VSI's MAC
> filter list
> 
> From: Kiran Patil <kiran.patil at intel.com>
> 
> This patch introduces a spinlock which is to be used for synchronizing access
> to VSI's MAC filter list.
> 
> This patch also synchronizes execution of other codepaths which are
> accessing VSI's MAC filter list with execution of service_task:sync_vsi_filters.
> 
> In function i40e_add_vsi, copied out LAA MAC address instead of cloning
> MAC filter entry because only MAC address is needed to remove MAC VLAN
> filter from FW/HW.
> 
> Signed-off-by: Kiran Patil <kiran.patil at intel.com>
> Signed-off-by: Jesse Brandeburg <jesse.brandeburg at intel.com>
> Change-ID: I0e10ac7c715d44aa994239642aa4d57c998573a2
> ---
> v2: Pull in patch 04/15 from S15 to squash the fix with the patch causing the
> problem.
>  drivers/net/ethernet/intel/i40e/i40e.h             |   2 +
>  drivers/net/ethernet/intel/i40e/i40e_fcoe.c        |   2 +
>  drivers/net/ethernet/intel/i40e/i40e_main.c        | 328
> +++++++++++++++++----
>  drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  26 +-
>  4 files changed, 302 insertions(+), 56 deletions(-)

Tested-by: Andrew Bowers <andrewx.bowers at intel.com>
Code changes present in tree


More information about the Intel-wired-lan mailing list