1. 16 6月, 2017 1 次提交
  2. 03 5月, 2017 9 次提交
  3. 18 4月, 2017 1 次提交
  4. 11 4月, 2017 1 次提交
  5. 08 4月, 2017 1 次提交
  6. 10 3月, 2017 4 次提交
  7. 09 2月, 2017 1 次提交
  8. 01 2月, 2017 1 次提交
  9. 31 1月, 2017 1 次提交
  10. 26 1月, 2017 2 次提交
  11. 13 1月, 2017 1 次提交
  12. 12 1月, 2017 2 次提交
  13. 09 1月, 2017 1 次提交
  14. 11 12月, 2016 1 次提交
  15. 03 12月, 2016 1 次提交
    • S
      net: thunderx: Fix transmit queue timeout issue · bd3ad7d3
      Sunil Goutham 提交于
      Transmit queue timeout issue is seen in two cases
      - Due to a race condition btw setting stop_queue at xmit()
        and checking for stopped_queue in NAPI poll routine, at times
        transmission from a SQ comes to a halt. This is fixed
        by using barriers and also added a check for SQ free descriptors,
        incase SQ is stopped and there are only CQE_RX i.e no CQE_TX.
      - Contrary to an assumption, a HW errata where HW doesn't stop transmission
        even though there are not enough CQEs available for a CQE_TX is
        not fixed in T88 pass 2.x. This results in a Qset error with
        'CQ_WR_FULL' stalling transmission. This is fixed by adjusting
        RXQ's  RED levels for CQ level such that there is always enough
        space left for CQE_TXs.
      Signed-off-by: NSunil Goutham <sgoutham@cavium.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      bd3ad7d3
  16. 26 11月, 2016 4 次提交
  17. 17 11月, 2016 5 次提交
  18. 18 10月, 2016 1 次提交
  19. 24 9月, 2016 2 次提交