Skip to content
Snippets Groups Projects
  1. Sep 06, 2019
  2. Sep 05, 2019
  3. Sep 04, 2019
  4. Aug 28, 2019
  5. Aug 23, 2019
  6. Aug 22, 2019
    • Jonathan Hanks's avatar
      Updates to answer review notes. · 613308e6
      Jonathan Hanks authored
      Fix usage message in local_dc.
      
      Remove commented out code in the makefile and associated .c code
      
      Looking for variables with ix_ prefix and removed an usused bit.
      613308e6
    • Jonathan Hanks's avatar
      Implementing dix_xmit and updating dix_recv. · 2a559897
      Jonathan Hanks authored
      * Renamed the cmake target ix_xmit to dix_xmit.  Copied in code from mx2ix.c, removed the
      mx specific bits.
      * Reformatted local_dc.c, explicitly checking for 64bit alignment in tests
      * fe_stream_check requires that the dataCycleSize is 8 byte aligned.
      * Adding a simple test program to the ix_stream area.
      
      ix_test -g <num> -s - sending/server side test
      ix_test -g <num> -c - recieving/client side test
      ix_test -g <num> [-c] -d - recieving side, dump first 64 bytes of data
      
      * dix_xmit waits for the input buffer to be valid before checking buffers.
      
      If you read the input mbuf before it is ready you will likely have invalid
      input and will make bad assumptions about buffer lengths and data strides.
      
      So wait until data is ready and then start up.
      
      * Moved ix_fb_rcv.c to dix_recv.c.  Ran clang-format on the code.  Reviewed
      the program arguments.
      2a559897
  7. Aug 21, 2019
  8. Aug 15, 2019
  9. Aug 14, 2019
  10. Aug 13, 2019
  11. Aug 12, 2019
  12. Aug 08, 2019
    • Jonathan Hanks's avatar
    • Keith Thorne's avatar
      Debian 9 config patch file · 837acfb1
      Keith Thorne authored
      837acfb1
    • Jonathan Hanks's avatar
      Fixes to mx_fe · 970dc1b7
      Jonathan Hanks authored
      When resyncing to the IOP, reset the counter for all models.
      This helps mx_fe skip models that have not been started (ie
      their mbuf is unitialized).
      
      Corrected some index values.  The ixDataBlock dcuheaders where
      indexed with the wrong value, and could cause a bad tpBlockSize
      to be caculated if a required model was stopped (this happens when
      the ii index != the db index) which can manifest itself with the
      process aborting after seeing an overflow.
      970dc1b7
  13. Aug 07, 2019
  14. Aug 06, 2019
  15. Aug 03, 2019
  16. Aug 02, 2019
  17. Aug 01, 2019
Loading