1. 26 7月, 2021 4 次提交
  2. 17 7月, 2021 1 次提交
  3. 16 7月, 2021 3 次提交
  4. 15 7月, 2021 1 次提交
  5. 30 9月, 2020 2 次提交
  6. 28 9月, 2020 1 次提交
  7. 25 9月, 2020 2 次提交
  8. 26 4月, 2020 1 次提交
  9. 21 4月, 2020 1 次提交
  10. 20 2月, 2020 2 次提交
  11. 21 1月, 2020 2 次提交
  12. 01 11月, 2019 2 次提交
  13. 22 10月, 2019 1 次提交
  14. 11 9月, 2019 1 次提交
  15. 30 8月, 2019 1 次提交
  16. 11 8月, 2019 1 次提交
  17. 10 8月, 2019 1 次提交
  18. 15 6月, 2019 1 次提交
  19. 29 5月, 2019 1 次提交
  20. 20 4月, 2019 4 次提交
  21. 16 12月, 2018 6 次提交
  22. 24 11月, 2018 1 次提交
    • L
      net: hns3: Add "qos buffer" config info query function · 7d9d7f88
      liuzhongzhu 提交于
      This patch prints qos buffer config information.
      
      debugfs command:
      echo dump qos buf cfg > cmd
      
      Sample Command:
      root@(none)# echo dump qos buf cfg > cmd
      hns3 0000:7d:00.0: dump qos buf cfg
      hns3 0000:7d:00.0: tx_packet_buf_tc_0: 0x1aa
      hns3 0000:7d:00.0: tx_packet_buf_tc_1: 0x0
      hns3 0000:7d:00.0: tx_packet_buf_tc_2: 0x0
      hns3 0000:7d:00.0: tx_packet_buf_tc_3: 0x0
      hns3 0000:7d:00.0: tx_packet_buf_tc_4: 0x0
      hns3 0000:7d:00.0: tx_packet_buf_tc_5: 0x0
      hns3 0000:7d:00.0: tx_packet_buf_tc_6: 0x0
      hns3 0000:7d:00.0: tx_packet_buf_tc_7: 0x0
      hns3 0000:7d:00.0:
      hns3 0000:7d:00.0: rx_packet_buf_tc_0: 0x130
      hns3 0000:7d:00.0: rx_packet_buf_tc_1: 0x0
      hns3 0000:7d:00.0: rx_packet_buf_tc_2: 0x0
      hns3 0000:7d:00.0: rx_packet_buf_tc_3: 0x0
      hns3 0000:7d:00.0: rx_packet_buf_tc_4: 0x0
      hns3 0000:7d:00.0: rx_packet_buf_tc_5: 0x0
      hns3 0000:7d:00.0: rx_packet_buf_tc_6: 0x0
      hns3 0000:7d:00.0: rx_packet_buf_tc_7: 0x0
      hns3 0000:7d:00.0: rx_share_buf: 0x1e0e
      root@(none)#
      Signed-off-by: Nliuzhongzhu <liuzhongzhu@huawei.com>
      Signed-off-by: NSalil Mehta <salil.mehta@huawei.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      7d9d7f88