1. 02 Sep, 2015 3 commits
  2. 01 Sep, 2015 12 commits
  3. 04 Aug, 2015 3 commits
  4. 03 Aug, 2015 2 commits
  5. 14 Jul, 2015 1 commit
  6. 03 Jul, 2015 9 commits
  7. 12 Feb, 2015 1 commit
  8. 11 Feb, 2015 3 commits
  9. 10 Feb, 2015 1 commit
  10. 05 Feb, 2015 1 commit
    • Grzegorz Daniluk's avatar
      wr_endpoint/rx_path: don't store pfilter decision if frame is dropped by rx_buffer · 8c23ba5d
      Grzegorz Daniluk authored
      If there is a storm of frames and rx_buffer gets full it starts to drop frames.
      However, before this commit even if a frame was dropped that way, U_match_buffer
      was storing pfilter decision for that frame. As a result decisions coming out
      from the match_buffer were shifted and applied to wrong frames. With this commit
      I check if the rx_buffer is full at the beginning of frame and eventually block
      mbuf_we so that the pfilter decision is not stored.
      8c23ba5d
  11. 04 Feb, 2015 1 commit
  12. 26 Jan, 2015 1 commit
    • Cesar Prados's avatar
      wr_core: time stamps for external I/F · 56a6681c
      Cesar Prados authored
          If an external module sends packets from the WR fabric and requests
          a Tx Ts, the TS were not going to the external IF but to the minic
          as this packets were sent from the LM32, as a result, the wrpc-sw/ppsi
          was getting confuse with the PTP TS and ext TS and losing the node
          synchronization. That was because the TS strobe line was only connected to
          the minic for every source of TS. This commit mux the stb line depending on
          the frame_id. For packets sent from LM32 (wrpc-sw) the id is 0x0, packets sent
          from an external module should use whatever id, but never 0x0.
      56a6681c
  13. 14 Jan, 2015 2 commits