1. 29 10月, 2014 4 次提交
  2. 06 10月, 2014 1 次提交
  3. 05 10月, 2014 1 次提交
  4. 09 9月, 2014 1 次提交
  5. 25 7月, 2014 1 次提交
  6. 23 7月, 2014 1 次提交
  7. 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
  8. 07 6月, 2014 1 次提交
  9. 03 6月, 2014 1 次提交
  10. 19 5月, 2014 1 次提交
  11. 15 5月, 2014 1 次提交
  12. 09 5月, 2014 1 次提交
  13. 02 1月, 2014 1 次提交
  14. 08 11月, 2013 1 次提交
  15. 13 9月, 2013 1 次提交
  16. 02 8月, 2013 1 次提交
  17. 20 6月, 2013 1 次提交
  18. 25 4月, 2013 2 次提交
  19. 09 2月, 2013 1 次提交
  20. 08 2月, 2013 1 次提交
    • Y
      net/mlx4_en: Optimize Rx fast path filter checks · 6bbb6d99
      Yan Burman 提交于
      Currently, RX path code that does RX filtering is not optimized
      and does an expensive conversion. In order to use ether_addr_equal_64bits
      which is optimized for such cases, we need the MAC address kept by the device
      to be in the form of unsigned char array instead of u64. Store the MAC address
      as unsigned char array and convert to/from u64 out of the fast path when needed.
      Side effect of this is that we no longer need priv->mac, since it's the same
      as dev->dev_addr.
      
      This optimization was suggested by Eric Dumazet <eric.dumazet@gmail.com>
      Signed-off-by: NYan Burman <yanb@mellanox.com>
      Signed-off-by: NAmir Vadai <amirv@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6bbb6d99
  21. 05 2月, 2013 2 次提交
  22. 01 2月, 2013 6 次提交
  23. 13 12月, 2012 2 次提交
  24. 03 12月, 2012 2 次提交
  25. 19 7月, 2012 1 次提交
  26. 08 7月, 2012 2 次提交
  27. 24 4月, 2012 1 次提交