Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • X xcap-capability-linux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • xcap
  • xcap-capability-linux
  • Repository
Switch branch/tag
  • xcap-capability-linux
  • drivers
  • net
  • sfc
  • falcon.h
Find file BlameHistoryPermalink
  • Ben Hutchings's avatar
    sfc: Implement adaptive IRQ moderation · 6fb70fd1
    Ben Hutchings authored Mar 20, 2009
    
    
    Calculate a score for each 1000 IRQs:
    - TX completions are worth 1 point
    - RX completions are worth 4 if merged using LRO or 2 otherwise
    
    Reduce moderation if the score is less than 10000, down to a minimum
    of 5 us.  Increase moderation if the score is more than 20000, up to
    the specified maximum.
    
    Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    6fb70fd1