Skip to content
Snippets Groups Projects
  1. Jun 15, 2020
    • Jonathan Hanks's avatar
      Merge branch 'make_gds_broadcasts_work' into 'master' · d39ae23e
      Jonathan Hanks authored
      Make gds broadcasts work
      
      See merge request cds/advligorts!119
      d39ae23e
    • Jonathan Hanks's avatar
      Cleanup and condense broadcast logic so that gds broadcasts can work. · 0f6d6d34
      Jonathan Hanks authored
      Historically, there have been two main types of broadcasts in daqd, the DC data stream (the 10Gb udp broadcast) and the GDS frame transfer.  When DATA_CONCENTRATOR was defined only the DC data stream is used.  This mode has been removed from the daq architecture.  So the only remaining broadcast mode should be the GDS frame transfer.
      
      The big difference between the two broadcast methods is the data source.  For the DC stream the source is the main circular buffer.  For the GDS the data source is a frame file that the framer_io function mmaps and pushes as a block of memory.
      
      There were several modes of operation for the daqd, and DATA_CONCENTRATOR was picked when collapsing the daqd down to one binary.  So remove support for the DC data stream.
       * Removes support for broadcasting testpoints
       * Removes the udp broadcast logic for the DC stream
       * Removes a number of #if DATA_CONCENTOR macro guards
       * Removes a number of #if GDS_TESTPOINT macro guards
      
       The final flow of the broadcast data is now as follows:
      
       the parser sees the request for the net-writer with a broadcast address.
       This triggers a net writer to be created, a producer thread to start, a circular buffer to be created.  The producer copies data from the main circular buffer and unlocks the main circular buffer it puts into the new circular buffer with a nowait put operation (which is allowed to fail).  Nothing has ever emptied this, so a consumer thread is not launched (it didn't do anything anyways).
      0f6d6d34
    • Jonathan Hanks's avatar
      8e4a5aa1
  2. Jun 12, 2020
  3. Jun 11, 2020
    • Rolf Bork's avatar
      Merge branch 'dolphinfailover' · e09bfb18
      Rolf Bork authored
      Code to allow models to continue running up to 61msec in event of
      a Dolphin network hangup.  Required additional IOP Parameter
      setting to be invoked.
      e09bfb18
  4. Jun 10, 2020
  5. Jun 09, 2020
  6. Jun 08, 2020
  7. Jun 05, 2020
  8. Jun 04, 2020
  9. Jun 02, 2020
  10. Jun 01, 2020
  11. May 29, 2020
Loading