Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-dm
  • 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
  • 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-dm
  • Repository
Switch branch/tag
  • linux-dm
  • drivers
  • net
  • ethernet
  • intel
  • ixgbevf
  • ixgbevf_main.c
Find file BlameHistoryPermalink
  • Jeff Kirsher's avatar
    ixgbevf: Fix secpath usage for IPsec Tx offload · 8f6617ba
    Jeff Kirsher authored Sep 12, 2019
    Port the same fix for ixgbe to ixgbevf.
    
    The ixgbevf driver currently does IPsec Tx offloading
    based on an existing secpath. However, the secpath
    can also come from the Rx side, in this case it is
    misinterpreted for Tx offload and the packets are
    dropped with a "bad sa_idx" error. Fix this by using
    the xfrm_offload() function to test for Tx offload.
    
    CC: Shannon Nelson <snelson@pensando.io>
    Fixes: 7f68d430
    
     ("ixgbevf: enable VF IPsec offload operations")
    Reported-by: default avatarJonathan Tooker <jonathan@reliablehosting.com>
    Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
    Acked-by: default avatarShannon Nelson <snelson@pensando.io>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    8f6617ba

Replace ixgbevf_main.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.