aboutsummaryrefslogtreecommitdiffstats
path: root/configs/README
diff options
context:
space:
mode:
authorYu Ping <ping.yu@intel.com>2020-02-21 22:36:20 +0800
committerFlorin Coras <fcoras@cisco.com>2020-02-22 00:30:48 +0000
commit54346b61f91008c5098243b588f184ad92ad29c9 (patch)
tree60116fad568970aee2538a081de0560b0487db8c /configs/README
parent4b0794f139564682503fcd2f59c7bcd3238e6633 (diff)
initial version of VSAP
Signed-off-by: Yu Ping <ping.yu@intel.com> Change-Id: I04d9150f0c7607ba20de9096b452476eff1622fc
Diffstat (limited to 'configs/README')
-rw-r--r--configs/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/README b/configs/README
new file mode 100644
index 0000000..3f1f218
--- /dev/null
+++ b/configs/README
@@ -0,0 +1,6 @@
+VPP uses startup.conf and please remember to modify 'exec /path/to/configs/vppenvset' to your own setting.
+
+As for NGINX, if you just want to test small files, nginx.conf is a good choice. It supports 64B, 1KB and 2KB JSON files embedded in nginx.conf, meaning NGINX sends files from memory rather than disk to avoid file read cost.
+
+vcl.conf is used for both LDP NGINX and VCL NGINX. Note the rx-fifo-size and tx-fifo-size should be larger than file size you want to test. 'rx-fifo-size 5000' means the size of rx fifo of an app session is 5000 bytes.
+