diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-04-20 08:35:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-20 08:35:17 +0000 |
commit | 0498b5fb3893e4331191808e3501d00b684af9b4 (patch) | |
tree | 500ccecc8438d7b23dbfc7cd8eadca115868b3e3 /docs | |
parent | e64800b3cf4cbfd89996cb56f1899b047f6cbdbc (diff) | |
parent | 83e0a9fb40ba17a2d617e03d1d67938f568d5e65 (diff) |
Merge "ixia: Support of 1 NIC connection to trafficgen"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/configguide/trafficgen.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/testing/user/configguide/trafficgen.rst b/docs/testing/user/configguide/trafficgen.rst index 7a488ac9..1059ce12 100644 --- a/docs/testing/user/configguide/trafficgen.rst +++ b/docs/testing/user/configguide/trafficgen.rst @@ -290,11 +290,19 @@ Detailed description of options follows: unidirectional traffic, it is essential to correctly connect 1st IXIA port to the 1st NIC at DUT, i.e. to the first PCI handle from ``WHITELIST_NICS`` list. Otherwise traffic may not be able to pass through the vSwitch. + **NOTE**: In case that ``TRAFFICGEN_IXIA_PORT1`` and ``TRAFFICGEN_IXIA_PORT2`` are set to the + same value, then VSPERF will assume, that there is only one port connection between IXIA + and DUT. In this case it must be ensured, that chosen IXIA port is physically connected to the + first NIC from ``WHITELIST_NICS`` list. * ``TRAFFICGEN_IXIA_PORT2`` - identification of the second dedicated port at ``TRAFFICGEN_IXIA_CARD`` at IXIA chassis; VSPERF uses two separated ports for traffic generation. In case of unidirectional traffic, it is essential to correctly connect 2nd IXIA port to the 2nd NIC at DUT, i.e. to the second PCI handle from ``WHITELIST_NICS`` list. Otherwise traffic may not be able to pass through the vSwitch. + **NOTE**: In case that ``TRAFFICGEN_IXIA_PORT1`` and ``TRAFFICGEN_IXIA_PORT2`` are set to the + same value, then VSPERF will assume, that there is only one port connection between IXIA + and DUT. In this case it must be ensured, that chosen IXIA port is physically connected to the + first NIC from ``WHITELIST_NICS`` list. * ``TRAFFICGEN_IXNET_LIB_PATH`` - path to the DUT specific installation of IxNetwork TCL API * ``TRAFFICGEN_IXNET_TCL_SCRIPT`` - name of the TCL script, which VSPERF will use for communication with IXIA TCL server |