From 48761532adf2420d7932149cc0e16c69804e9c16 Mon Sep 17 00:00:00 2001 From: ahothan Date: Mon, 27 Nov 2017 18:43:28 -0800 Subject: Fix docker container to pick VM image 0.5, enhance doc diagrams Add SRIOV packet paths Change-Id: I0f082fd3443e41dec81ab1847726107b07ea9b52 Signed-off-by: ahothan --- docs/testing/user/userguide/quickstart_docker.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/testing/user/userguide/quickstart_docker.rst') diff --git a/docs/testing/user/userguide/quickstart_docker.rst b/docs/testing/user/userguide/quickstart_docker.rst index 0ab657c..2bd8f4c 100644 --- a/docs/testing/user/userguide/quickstart_docker.rst +++ b/docs/testing/user/userguide/quickstart_docker.rst @@ -50,6 +50,7 @@ The NFVbench container requires the following Docker options to operate properly +------------------------------------------------------+------------------------------------------------------+ | -e CONFIG_FILE="/root/nfvbenchconfig.json | (optional) required if REST server is enabled | +------------------------------------------------------+------------------------------------------------------+ + It can be convenient to write a shell script (or an alias) to automatically insert the necessary options. The minimal configuration file required must specify the openrc file to use (using in-container path), the PCI addresses of the 2 NIC ports to use @@ -60,6 +61,7 @@ the openrc file is located on the host current directory which is mapped under / the 2 NIC ports to use for generating traffic have the PCI addresses "04:00.0" and "04:00.1" .. code-block:: bash + { "openrc_file": "/tmp/nfvbench/openrc", "traffic_generator": { -- cgit 1.2.3-korg