Skip to content

Commit

Permalink
Merge pull request #369 from DUNE-DAQ/johnfreeman/add_default_stats_cfg
Browse files Browse the repository at this point in the history
JCF: as discussed with Alessandro and Roland this morning, update rea…
  • Loading branch information
roland-sipos committed Jul 13, 2023
2 parents d3dfc03 + 6a31cae commit 095737a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/daqconf/apps/readout_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ def build_conf(self, eal_arg_list, lcores_id_set):
nrc.Interface(
ip_addr=rx_ip,
mac_addr=rx_mac,
expected_sources=srcs
expected_sources=srcs,
stats_reporting_cfg=nrc.StatsReporting()
)
)

Expand Down

0 comments on commit 095737a

Please sign in to comment.