1. 24 9月, 2014 3 次提交
  2. 10 7月, 2014 1 次提交
  3. 04 5月, 2014 2 次提交
  4. 08 2月, 2014 1 次提交
  5. 28 1月, 2014 1 次提交
  6. 27 9月, 2013 11 次提交
  7. 04 6月, 2013 1 次提交
    • K
      Drivers: hv: vmbus: Implement multi-channel support · e68d2971
      K. Y. Srinivasan 提交于
      Starting with Win8, the host supports multiple sub-channels for a given
      device. As in the past, the initial channel offer specifies the device and
      is associated with both the type and the instance GUIDs. For performance
      critical devices, the host may support multiple sub-channels. The sub-channels
      share the same type and instance GUID as the primary channel. The number of
      sub-channels offerrred to the guest depends on the number of virtual CPUs
      assigned to the guest. The guest can request the creation of these sub-channels
      and once created and opened, the guest can distribute the traffic across all
      the channels (the primary and the sub-channels). A request sent on a sub-channel
      will have the response delivered on the same sub-channel.
      
      At channel (sub-channel) creation we bind the channel interrupt to a CPU and
      with this sub-channel support we will be able to spread the interrupt load
      of a given device across all available CPUs.
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Reviewed-by: NHaiyang Zhang <haiyangz@microsoft.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e68d2971
  8. 18 1月, 2013 5 次提交
  9. 25 10月, 2012 2 次提交
  10. 11 10月, 2011 1 次提交
  11. 30 8月, 2011 1 次提交
  12. 26 8月, 2011 7 次提交
  13. 05 7月, 2011 1 次提交
  14. 08 6月, 2011 3 次提交