1. 09 7月, 2014 1 次提交
    • A
      net/mlx4_en: Ignore budget on TX napi polling · fbc6daf1
      Amir Vadai 提交于
      It is recommended that TX work not count against the quota.
      The cost of TX packet liberation is a minute percentage of what it costs to
      process an RX frame. Furthermore, that SKB freeing makes memory available for
      other paths in the stack.
      
      Give the TX a larger budget and be more aggressive about cleaning up the Tx
      descriptors this budget could be changed using ethtool:
      $ ethtool -C eth1 tx-frames-irq <budget>
      Signed-off-by: NAmir Vadai <amirv@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      fbc6daf1
  2. 08 7月, 2014 1 次提交
  3. 12 6月, 2014 1 次提交
    • Y
      net/mlx4_en: Use affinity hint · 9e311e77
      Yuval Atias 提交于
      The “affinity hint” mechanism is used by the user space
      daemon, irqbalancer, to indicate a preferred CPU mask for irqs.
      Irqbalancer can use this hint to balance the irqs between the
      cpus indicated by the mask.
      
      We wish the HCA to preferentially map the IRQs it uses to numa cores
      close to it.  To accomplish this, we use cpumask_set_cpu_local_first(), that
      sets the affinity hint according the following policy:
      First it maps IRQs to “close” numa cores.  If these are exhausted, the
      remaining IRQs are mapped to “far” numa cores.
      Signed-off-by: NYuval Atias <yuvala@mellanox.com>
      Signed-off-by: NAmir Vadai <amirv@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9e311e77
  4. 02 6月, 2014 2 次提交
  5. 15 5月, 2014 3 次提交
  6. 14 5月, 2014 1 次提交
  7. 09 5月, 2014 1 次提交
  8. 17 4月, 2014 1 次提交
  9. 02 4月, 2014 1 次提交
  10. 29 3月, 2014 1 次提交
  11. 14 3月, 2014 1 次提交
  12. 13 3月, 2014 1 次提交
  13. 03 3月, 2014 1 次提交
  14. 27 2月, 2014 2 次提交
  15. 08 1月, 2014 1 次提交
  16. 01 1月, 2014 2 次提交
  17. 20 12月, 2013 2 次提交
  18. 22 11月, 2013 1 次提交
  19. 08 11月, 2013 3 次提交
  20. 05 11月, 2013 1 次提交
  21. 18 10月, 2013 1 次提交
  22. 02 8月, 2013 1 次提交
  23. 11 7月, 2013 2 次提交
  24. 26 6月, 2013 5 次提交
  25. 20 6月, 2013 2 次提交
  26. 14 6月, 2013 1 次提交