From 3004e256a40f72885627a5a506b49dec51a927e8 Mon Sep 17 00:00:00 2001 From: mortenhillbom Date: Thu, 31 Aug 2017 15:07:46 -0700 Subject: NFVBENCH-13 Change default flow count to 10k (from 2) Change-Id: I678448e5840ff3468eeaf526d3e104ba4cee4f47 Signed-off-by: mortenhillbom --- nfvbench/cfg.default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfvbench/cfg.default.yaml b/nfvbench/cfg.default.yaml index 196e40a..534b3c7 100644 --- a/nfvbench/cfg.default.yaml +++ b/nfvbench/cfg.default.yaml @@ -115,7 +115,7 @@ service_chain_count: 1 # value was configured. Must be even. # Every flow has packets with different IPs in headers # Can be overriden by --flow-count -flow_count: 2 +flow_count: 10000 # Used by PVVP chain to spawn VMs on different compute nodes # Can be overriden by --inter-node -- cgit 1.2.3-korg