Skip to content
GitLab
  • Explore
  • Sign in
  • Register
  • xcap
  • xcap-capability-linux
  • Repository
  • xcap-capability-linux
  • drivers
  • hv
  • channel_mgmt.c
Find file Blame History Permalink
  • K. Y. Srinivasan's avatar
    Drivers: hv: Add code to distribute channel interrupt load · a119845f
    K. Y. Srinivasan authored Dec 01, 2012
    
    
    Implement a simple policy for distributing incoming interrupt load.
    We classify channels as (a) performance critical and (b) not
    performance critical. All non-performance critical channels will
    be bound to the boot cpu. Performance critical channels will be
    bound to the remaining available CPUs on a round-robin basis.
    
    Signed-off-by: default avatarK. Y. Srinivasan <kys@microsoft.com>
    Reviewed-by: default avatarHaiyang Zhang <haiyangz@microsoft.com>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    a119845f