1. 04 10月, 2011 1 次提交
  2. 25 8月, 2011 2 次提交
  3. 11 8月, 2011 1 次提交
  4. 03 8月, 2011 3 次提交
  5. 01 8月, 2011 2 次提交
    • S
      be2net: use stats-sync to read/write 64-bit stats · ab1594e9
      Sathya Perla 提交于
      64-bit stats in be2net are written/read as follows using the stats-sync
      interface for safe access in 32-bit archs:
      
      64-bit 		sync			writer			reader
      stats
      ------------------------------------------------------------------------------
      tx_stats	tx_stats->sync		be_xmit			be_get_stats64,
      								ethtool
      tx-compl	tx_stats->sync_compl	tx-compl-processing	ethtool
      rx-stats	rx_stats->sync		rx-compl-processing	be_get_stats64,
      								ethtool,
      								eqd-update
      
      This patch is based on Stephen Hemminger's earlier patch on the same issue...
      Signed-off-by: NSathya Perla <sathya.perla@emulex.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ab1594e9
    • S
      be2net: cleanup and refactor stats code · ac124ff9
      Sathya Perla 提交于
      In preparation for 64-bit stats interface, the following cleanups help
      streamline the code:
      1) made some more rx/tx stats stored by driver 64 bit
      2) made some HW stas (err/drop counters) stored in be_drv_stats 32 bit to
         keep the code simple as BE provides 32-bit counters only.
      3) removed duplication of netdev stats in ethtool
      4) removed some un-necessary stats and fixed some names
      Signed-off-by: NSathya Perla <sathya.perla@emulex.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      ac124ff9
  6. 13 7月, 2011 2 次提交
  7. 24 6月, 2011 1 次提交
  8. 17 6月, 2011 1 次提交
  9. 19 5月, 2011 1 次提交
  10. 17 5月, 2011 2 次提交
  11. 10 5月, 2011 1 次提交
  12. 08 4月, 2011 4 次提交
  13. 07 4月, 2011 2 次提交
  14. 31 3月, 2011 1 次提交
  15. 17 3月, 2011 2 次提交
  16. 15 3月, 2011 1 次提交
  17. 08 3月, 2011 1 次提交
  18. 23 2月, 2011 4 次提交
  19. 12 2月, 2011 1 次提交
  20. 17 12月, 2010 1 次提交
  21. 07 12月, 2010 1 次提交
  22. 28 11月, 2010 1 次提交
  23. 21 10月, 2010 2 次提交
  24. 04 10月, 2010 1 次提交
  25. 04 9月, 2010 1 次提交