Tune host stack performance tests
[csit.git] / resources / templates / vcl / vcl_iperf3.conf
index 9e4b057..adf6c18 100644 (file)
@@ -1,7 +1,12 @@
 vcl {
+  segment-size 4000000000
+  add-segment-size 4000000000
   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
+
+  # This must be kept in sync with vpp_hoststack_attr{app_api_socket}
+  # in .../resources/libraries/robot/hoststack/hoststack.robot
+  app-socket-api /run/vpp/app_ns_sockets/default
+}