Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomaixenomai
  • ipipe-x86
  • Repository
Switch branch/tag
  • ipipe-x86
  • drivers
  • net
  • ethernet
  • broadcom
  • bnxt
  • bnxt.c
Find file BlameHistoryPermalink
  • Michael Chan's avatar
    bnxt_en: Fix tx push race condition. · b9a8460a
    Michael Chan authored Jun 06, 2016
    
    
    Set the is_push flag in the software BD before the tx data is pushed to
    the chip.  It is possible to get the tx interrupt as soon as the tx data
    is pushed.  The tx handler will not handle the event properly if the
    is_push flag is not set and it will crash.
    
    Signed-off-by: default avatarMichael Chan <michael.chan@broadocm.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    b9a8460a

Imprint & Privacy Policy