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