“5f7aebd845a9d2ed42f36b7333579ec3534b4713”上不存在“README.md”
  1. 24 12月, 2015 4 次提交
  2. 09 12月, 2015 2 次提交
  3. 22 10月, 2015 1 次提交
  4. 04 10月, 2015 1 次提交
  5. 29 9月, 2015 1 次提交
  6. 29 8月, 2015 1 次提交
  7. 14 8月, 2015 1 次提交
  8. 22 7月, 2015 1 次提交
  9. 12 6月, 2015 1 次提交
  10. 11 6月, 2015 3 次提交
  11. 06 6月, 2015 4 次提交
  12. 04 6月, 2015 4 次提交
  13. 02 6月, 2015 2 次提交
  14. 28 5月, 2015 2 次提交
  15. 25 5月, 2015 1 次提交
  16. 22 5月, 2015 1 次提交
  17. 20 5月, 2015 1 次提交
  18. 10 5月, 2015 1 次提交
  19. 06 5月, 2015 2 次提交
  20. 08 4月, 2015 1 次提交
  21. 02 4月, 2015 1 次提交
  22. 30 3月, 2015 1 次提交
    • H
      cxgb4: Allocate dynamic mem. for egress and ingress queue maps · 4b8e27a8
      Hariprasad Shenai 提交于
      QIDs (egress/ingress) from firmware in FW_*_CMD.alloc command
      can be anywhere in the range from EQ(IQFLINT)_START to EQ(IQFLINT)_END.
      For eg, in the first load eqid can be from 100 to 300.
      In the next load it can be from 301 to 500 (assume eq_start is 100 and eq_end is
      1000).
      
      The driver was assuming them to always start from EQ(IQFLINT)_START till
      MAX_EGRQ(INGQ). This was causing stack overflow and subsequent crash.
      
      Fixed it by dynamically allocating memory (of qsize (x_END - x_START + 1)) for
      these structures.
      
      Based on original work by Santosh Rastapur <santosh@chelsio.com>
      Signed-off-by: NHariprasad Shenai <hariprasad@chelsio.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4b8e27a8
  23. 25 3月, 2015 1 次提交
  24. 06 3月, 2015 1 次提交
  25. 28 2月, 2015 1 次提交
新手
引导
客服 返回
顶部