Skip to content

Commit

Permalink
JCF: as discussed with Alessandro and Roland this morning, update rea…
Browse files Browse the repository at this point in the history
…dout_gen.py to ensure the dpdklibs-based stats reporting configuration (w/ default values) is added to the overall configuration)
  • Loading branch information
John Christian Freeman committed Jul 12, 2023
1 parent d3dfc03 commit 6a31cae
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 6a31cae

Please sign in to comment.