aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/user/userguide/east-west-benchmarking/Configurations/PROX/README.md
diff options
context:
space:
mode:
authorSridhar Rao <srao@linuxfoundation.org>2022-05-18 04:52:35 +0000
committerGerrit Code Review <gerrit@opnfv.org>2022-05-18 04:52:35 +0000
commit0b9096cfae4000358f09554200e9cd9a7188f282 (patch)
tree0db3de20fe2515059efd6aab46e2dbee41462c0f /docs/testing/user/userguide/east-west-benchmarking/Configurations/PROX/README.md
parentaa47709de52b24d72e12eb73b16db71ed596015a (diff)
parent2349ab83373ff51fe2ea6a5139f7f6f47744b9cd (diff)
Merge "[docs] Kubernetes East-West"
Diffstat (limited to 'docs/testing/user/userguide/east-west-benchmarking/Configurations/PROX/README.md')
-rw-r--r--docs/testing/user/userguide/east-west-benchmarking/Configurations/PROX/README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/east-west-benchmarking/Configurations/PROX/README.md b/docs/testing/user/userguide/east-west-benchmarking/Configurations/PROX/README.md
new file mode 100644
index 00000000..f6c1c8b5
--- /dev/null
+++ b/docs/testing/user/userguide/east-west-benchmarking/Configurations/PROX/README.md
@@ -0,0 +1,9 @@
+# PROX Configuration files
+
+In this folder there are all the files to configure a pod, with one or two interfaces running PROX, as a generator or a swap.
+
+The `eal` parameter in all `parameters.lua` files are configured for VPP and memif interfaces. To use OvS-DPDK and virtio-user interfaces replace that line with something like this:
+
+- One interface: `eal="--socket-mem=256,0 --vdev=virtio_user0,path=/usrspcni/563e4f024755-net1"`
+- Two interface: `eal="--socket-mem=256,0 --vdev=virtio_user0,path=/usrspcni/563e4f024755-net1 --vdev=virtio_user1,path=/usrspcni/563e4f024755-net2"`
+