1. 13 Jan, 2021 1 commit
  2. 11 Jan, 2021 1 commit
  3. 25 Nov, 2016 1 commit
  4. 23 Nov, 2016 1 commit
  5. 22 Nov, 2016 3 commits
  6. 21 Nov, 2016 2 commits
  7. 18 Nov, 2016 11 commits
  8. 12 Aug, 2016 2 commits
  9. 04 Aug, 2016 1 commit
  10. 03 Aug, 2016 1 commit
  11. 01 Aug, 2016 2 commits
  12. 28 Jul, 2016 1 commit
  13. 14 Jul, 2016 1 commit
  14. 08 Apr, 2016 1 commit
  15. 02 Nov, 2015 1 commit
  16. 30 Oct, 2015 3 commits
  17. 26 Aug, 2015 1 commit
  18. 19 Aug, 2015 2 commits
    • Grzegorz Daniluk's avatar
      swcore/mpm: prevent premature frame termination · c49e8478
      Grzegorz Daniluk authored
      When high loads of random length traffic was going through the switch, there
      were situations that words_total for a new frame was set to
      fetch_pg_words(=cur_ll.size) for the previous frame. If fetch_pg_words was a
      small number the new frame was reported _done_ soon after it was started in the
      OutputBlock. Therefore the rest of the frame was staying in the
      async_shrink_fifo making a mess for subsequent frames. The final result was OB
      hanging in the frozen_cycle state.
      c49e8478
    • Grzegorz Daniluk's avatar
      wrsw_nic: count acks only when frame is being sent · 76cc74b7
      Grzegorz Daniluk authored
      Otherwise, counter gets crazy when watchdog resets the swcore and feeds all the
      endpoints and NIC with ack=1.
      76cc74b7
  19. 14 Jul, 2015 2 commits
  20. 13 Jul, 2015 2 commits