General changes
The 'localhost' partition and its segments were
removed from the DFConfiguration package.
The reason is that these files are not always kept up to date.
It's recommended to use PartitionMaker to generate
all partitions and segments.
Configuration Schema Changes since tdaq-02-00-03
Changes related to LVL2
- Remove attributes for automatic traffic
shaping from the L2PUConfiguration class.
- Configuration of the l2dummy was changed
to use the Distribution class from the dccommon
package for
- LVL2 result size (L2DummySteering.lvl2ResultSizeDistribution).
- number of ROBs per RoI (L2DummyStep.nROBDistribution).
- cpu burn time (L2DummyStep.burnTimeDistribution).
- Update configuration for ROSE.
- Add attribute robSizeDistribution to optionally have varying payload for each ROB access.
- Move common attributes for class ROSE to class ROSEConfiguration.
- Add attribute SFI.MaxEFIOHandlers, the maximum number of EFIO handlers (threads). Zero means unlimited.
Changes to IS Info, dc_is_info.xml
since tdaq-02-00-03
- Add L2RH.lostClearMessages to count the number of lost clear messages from the DFM.
- Add L2SV.Reassigned to count the number of events reassigned (not processed by a L2PU).
- Add DFM.deadtime attribute to show system dead time.
- Add DFM."queue occupancy" to show ccupancy of the queue holding events not yet assigned to SFIs.
since tdaq-01-09-01
- Remove class L2PU_TS that monitors automatic traffic shaping.