1. 15 4月, 2021 1 次提交
  2. 08 4月, 2021 1 次提交
  3. 24 3月, 2021 1 次提交
  4. 09 2月, 2021 2 次提交
  5. 10 12月, 2020 1 次提交
  6. 01 8月, 2020 1 次提交
  7. 29 7月, 2020 2 次提交
  8. 02 7月, 2020 2 次提交
  9. 31 5月, 2020 1 次提交
  10. 22 5月, 2020 1 次提交
  11. 23 11月, 2019 1 次提交
  12. 09 11月, 2019 2 次提交
  13. 05 9月, 2019 1 次提交
  14. 27 8月, 2019 1 次提交
  15. 29 6月, 2019 1 次提交
  16. 02 5月, 2019 1 次提交
  17. 18 4月, 2019 2 次提交
  18. 26 3月, 2019 1 次提交
  19. 25 3月, 2019 1 次提交
  20. 22 3月, 2019 2 次提交
  21. 26 2月, 2019 3 次提交
  22. 16 1月, 2019 2 次提交
  23. 21 11月, 2018 2 次提交
  24. 14 11月, 2018 2 次提交
  25. 02 10月, 2018 1 次提交
  26. 29 9月, 2018 1 次提交
  27. 27 9月, 2018 1 次提交
  28. 29 8月, 2018 1 次提交
    • A
      ice: Updates to Tx scheduler code · b36c598c
      Anirudh Venkataramanan 提交于
      1) The maximum device nodes is a global value and shared by the whole
         device. Add element AQ command would fail if there is no space to
         add new nodes so the check for max nodes isn't required. So remove
         ice_sched_get_num_nodes_per_layer and ice_sched_val_max_nodes.
      
      2) In ice_sched_add_elems, set default node's CIR/EIR bandwidth weight.
      
      3) Fix default scheduler topology buffer size as the firmware expects
         a 4KB buffer at all times, and will error out if one of any other
         size is provided.
      
      4) In the latest spec, max children per node per layer is replaced by
         max sibling group size. Now it provides the max children of the below
         layer node, not the current layer node.
      
      5) Fix some newline/whitespace issues for consistency.
      Signed-off-by: NAnirudh Venkataramanan <anirudh.venkataramanan@intel.com>
      Tested-by: NTony Brelinski <tonyx.brelinski@intel.com>
      Signed-off-by: NJeff Kirsher <jeffrey.t.kirsher@intel.com>
      b36c598c
  29. 24 8月, 2018 1 次提交