Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-vm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linux-arm
  • linux-vm
  • Repository
Switch branch/tag
  • linux-vm
  • drivers
  • net
  • ethernet
  • intel
  • i40e
  • i40e_fcoe.c
Find file BlameHistoryPermalink
  • Kiran Patil's avatar
    i40e: Lock for VSI's MAC filter list · 21659035
    Kiran Patil authored Sep 30, 2015
    
    
    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.
    
    Change-ID: I0e10ac7c715d44aa994239642aa4d57c998573a2
    Signed-off-by: default avatarKiran Patil <kiran.patil@intel.com>
    Signed-off-by: default avatarJesse Brandeburg <jesse.brandeburg@intel.com>
    Tested-by: default avatarAndrew Bowers <andrewx.bowers@intel.com>
    Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
    21659035