On Fri, Jan 10, 2020 at 04:44:32PM +0100, olichtne@redhat.com wrote:
From: Ondrej Lichtner olichtne@redhat.com
The TRexFlowMeasurement object now needs to be initialized with a list of cores to use for the TRexServer process instead of hard coded values.
This requires a change to the OvSDPDKPvPRecipe which previously removed a parameter that was intended to be used for this but skipped.
The same parameter needs to be added to the VhostNetPvPRecipe which also uses the TRexFlowMeasurement.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com
.../Perf/Measurements/TRexFlowMeasurement.py | 5 +++-- lnst/Recipes/ENRT/OvS_DPDK_PvP.py | 20 +++++++++++------- lnst/Recipes/ENRT/VhostNetPvPRecipe.py | 21 ++++++++++++------- 3 files changed, 30 insertions(+), 16 deletions(-)
pushed.
-Ondrej