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