1. 09 7月, 2015 1 次提交
  2. 31 5月, 2015 1 次提交
    • K
      hv_netvsc: Properly size the vrss queues · e01ec219
      KY Srinivasan 提交于
      The current algorithm for deciding on the number of VRSS channels is
      not optimal since we open up the min of number of CPUs online and the
      number of VRSS channels the host is offering. So on a 32 VCPU guest
      we could potentially open 32 VRSS subchannels. Experimentation has
      shown that it is best to limit the number of VRSS channels to the number
      of CPUs within a NUMA node.
      
      Here is the new algorithm for deciding on the number of sub-channels we
      would open up:
              1) Pick the minimum of what the host is offering and what the driver
                 in the guest is specifying as the default value.
              2) Pick the minimum of (1) and the numbers of CPUs in the NUMA
                 node the primary channel is bound to.
      Signed-off-by: NK. Y. Srinivasan <kys@microsoft.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e01ec219
  3. 18 5月, 2015 1 次提交
  4. 15 5月, 2015 1 次提交
  5. 14 5月, 2015 1 次提交
  6. 30 4月, 2015 2 次提交
  7. 15 4月, 2015 1 次提交
  8. 09 4月, 2015 2 次提交
  9. 08 4月, 2015 2 次提交
  10. 01 4月, 2015 2 次提交
  11. 30 3月, 2015 1 次提交
  12. 01 3月, 2015 1 次提交
  13. 13 11月, 2014 1 次提交
  14. 31 10月, 2014 1 次提交
  15. 23 10月, 2014 1 次提交
  16. 18 10月, 2014 1 次提交
  17. 30 9月, 2014 1 次提交
  18. 10 7月, 2014 1 次提交
  19. 20 6月, 2014 1 次提交
  20. 24 5月, 2014 1 次提交
  21. 14 5月, 2014 1 次提交
  22. 12 5月, 2014 1 次提交
  23. 01 5月, 2014 2 次提交
  24. 24 4月, 2014 2 次提交
  25. 22 4月, 2014 1 次提交
  26. 12 4月, 2014 2 次提交
  27. 11 3月, 2014 5 次提交
  28. 06 3月, 2014 1 次提交
  29. 20 2月, 2014 1 次提交