1. 07 2月, 2021 1 次提交
  2. 30 1月, 2021 1 次提交
  3. 10 12月, 2020 1 次提交
  4. 22 11月, 2020 2 次提交
  5. 25 9月, 2020 2 次提交
  6. 24 9月, 2020 1 次提交
    • R
      net: hns3: Constify static structs · e4b91468
      Rikard Falkeborn 提交于
      A number of static variables were not modified. Make them const to allow
      the compiler to put them in read-only memory. In order to do so,
      constify a couple of input pointers as well as some local pointers.
      This moves about 35Kb to read-only memory as seen by the output of the
      size command.
      
      Before:
         text    data     bss     dec     hex filename
       404938  111534     640  517112   7e3f8 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge.ko
      
      After:
         text    data     bss     dec     hex filename
       439499   76974     640  517113   7e3f9 drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge.ko
      Signed-off-by: NRikard Falkeborn <rikard.falkeborn@gmail.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e4b91468
  7. 15 5月, 2020 1 次提交
  8. 11 5月, 2020 1 次提交
  9. 26 4月, 2020 1 次提交
  10. 21 4月, 2020 2 次提交
  11. 10 3月, 2020 4 次提交
  12. 20 2月, 2020 2 次提交
  13. 21 1月, 2020 1 次提交
  14. 21 12月, 2019 1 次提交
  15. 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
  16. 01 11月, 2019 3 次提交
  17. 09 10月, 2019 1 次提交
  18. 11 9月, 2019 1 次提交
  19. 06 9月, 2019 1 次提交
  20. 02 9月, 2019 1 次提交
  21. 30 8月, 2019 4 次提交
  22. 19 8月, 2019 1 次提交
  23. 10 8月, 2019 2 次提交
  24. 02 8月, 2019 2 次提交
  25. 15 6月, 2019 1 次提交
  26. 10 6月, 2019 1 次提交