1. 15 5月, 2020 1 次提交
  2. 11 5月, 2020 1 次提交
  3. 26 4月, 2020 1 次提交
  4. 21 4月, 2020 2 次提交
  5. 10 3月, 2020 4 次提交
  6. 20 2月, 2020 2 次提交
  7. 21 1月, 2020 1 次提交
  8. 21 12月, 2019 1 次提交
  9. 17 12月, 2019 1 次提交
    • Y
      net: hns3: remove mailbox and reset work in hclge_main · 1c6dfe6f
      Yunsheng Lin 提交于
      There are three work (mbx_service_task, service_task,
      rst_service_task) in the HNS3 driver, mbx_service_task is for
      handling mailbox work, service_task is for periodic management
      issue and rst_service_task is for reset related issue, which can
      be handled in a single work.
      
      This patch removes the mbx_service_task and rst_service_task
      work, and moves the related handling to the service_task work
      in order to remove concurrency between the three work and to
      improve efficiency.
      
      BTW, since stats_timer in struct hclge_hw_stats is not needed
      anymore, so removes the definition of struct hclge_hw_stats,
      and moves mac_stats into struct hclge_dev.
      Signed-off-by: NYunsheng Lin <linyunsheng@huawei.com>
      Signed-off-by: NHuazhong Tan <tanhuazhong@huawei.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1c6dfe6f
  10. 01 11月, 2019 3 次提交
  11. 09 10月, 2019 1 次提交
  12. 11 9月, 2019 1 次提交
  13. 06 9月, 2019 1 次提交
  14. 02 9月, 2019 1 次提交
  15. 30 8月, 2019 4 次提交
  16. 19 8月, 2019 1 次提交
  17. 10 8月, 2019 2 次提交
  18. 02 8月, 2019 2 次提交
  19. 15 6月, 2019 1 次提交
  20. 10 6月, 2019 2 次提交
  21. 04 6月, 2019 1 次提交
  22. 29 5月, 2019 1 次提交
  23. 20 4月, 2019 3 次提交
  24. 03 2月, 2019 1 次提交
  25. 16 12月, 2018 1 次提交