aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2020-01-08 20:51:43 +0000
committerPeter Mikus <pmikus@cisco.com>2020-01-17 13:51:48 +0000
commit6518c73a0e5cdaf12ae01d247a65aec287d01625 (patch)
tree279dcdce117917e835cde9971c5386f23c2d22e2 /resources/templates
parentac33ed374cb82c9258e4cf57e150f77750362bbc (diff)
perf: add TCP Iperf3+LDPRELOAD test suite
Change-Id: Icff49fb31cce342a2a4ae799e844ec91f9e5e366 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/vcl/vcl_iperf3.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/templates/vcl/vcl_iperf3.conf b/resources/templates/vcl/vcl_iperf3.conf
new file mode 100644
index 0000000000..9e4b0571dd
--- /dev/null
+++ b/resources/templates/vcl/vcl_iperf3.conf
@@ -0,0 +1,7 @@
+vcl {
+ rx-fifo-size 4000000
+ tx-fifo-size 4000000
+ app-scope-local
+ app-scope-global
+ api-socket-name /run/vpp/api.sock
+} \ No newline at end of file