1. 25 Nov, 2016 1 commit
  2. 23 Nov, 2016 1 commit
  3. 22 Nov, 2016 3 commits
  4. 21 Nov, 2016 2 commits
  5. 18 Nov, 2016 11 commits
  6. 12 Aug, 2016 2 commits
  7. 04 Aug, 2016 1 commit
  8. 03 Aug, 2016 1 commit
  9. 01 Aug, 2016 2 commits
  10. 28 Jul, 2016 1 commit
  11. 14 Jul, 2016 1 commit
  12. 08 Apr, 2016 1 commit
  13. 02 Nov, 2015 1 commit
  14. 30 Oct, 2015 3 commits
  15. 26 Aug, 2015 1 commit
  16. 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
  17. 14 Jul, 2015 2 commits
  18. 13 Jul, 2015 4 commits