1. 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
  2. 05 2月, 2013 2 次提交
  3. 01 2月, 2013 6 次提交
  4. 13 12月, 2012 2 次提交
  5. 03 12月, 2012 2 次提交
  6. 19 7月, 2012 1 次提交
  7. 08 7月, 2012 2 次提交
  8. 24 4月, 2012 1 次提交
  9. 15 4月, 2012 1 次提交
  10. 23 1月, 2012 1 次提交
  11. 19 1月, 2012 1 次提交
  12. 28 11月, 2011 1 次提交
  13. 15 11月, 2011 1 次提交
  14. 10 10月, 2011 2 次提交
  15. 11 8月, 2011 1 次提交
  16. 19 7月, 2011 1 次提交
  17. 30 4月, 2011 2 次提交
  18. 16 4月, 2011 1 次提交
  19. 25 3月, 2011 1 次提交
  20. 24 3月, 2011 3 次提交
  21. 07 9月, 2010 1 次提交
  22. 25 8月, 2010 4 次提交
  23. 23 8月, 2010 1 次提交
  24. 29 6月, 2010 1 次提交