From 4a80fac56ca122a34de5d03c0876e424cc7c6c56 Mon Sep 17 00:00:00 2001 From: ahothan Date: Mon, 26 Nov 2018 15:52:42 -0800 Subject: NFVBENCH-113 Add direct support for trex cores as an cli/config option Change-Id: Ic930b605a0eb821487ca4620bc7231794b9add08 Signed-off-by: ahothan --- nfvbench/cfg.default.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'nfvbench/cfg.default.yaml') diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml index 3138420..5c791ab 100755 --- a/nfvbench/cfg.default.yaml +++ b/nfvbench/cfg.default.yaml @@ -229,7 +229,7 @@ traffic_generator: - name: trex-local tool: TRex ip: 127.0.0.1 - cores: 3 + cores: 4 software_mode: false interfaces: - port: 0 @@ -240,6 +240,13 @@ traffic_generator: switch_port: intf_speed: +# Simpler override for trex core count and mbuf multilier factor +# if empty defaults to the one specified in generator_profile.cores +cores: + +# mbuffer ratio to use for TRex (see TRex documentation for more details) +mbuf_factor: 0.2 + # ----------------------------------------------------------------------------- # These variables are not likely to be changed -- cgit 1.2.3-korg