diff options
author | Martin Klozik <martinx.klozik@intel.com> | 2017-01-24 07:56:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-24 07:56:48 +0000 |
commit | 14c3ad198f680fb1477f59af79fccc72e1ad8389 (patch) | |
tree | 2d5835242d09a4d622328d0c44840c250c09d535 /docs | |
parent | 76ac721519246949968b7b6fadcdd8642021e5b0 (diff) | |
parent | 3aa4a6fab319a1e532eb8bb963a4632bc37797ef (diff) |
Merge "xena_cont_learning: Adds learning preemption to continuous traffic"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configguide/trafficgen.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst index 5190bc8e..b66a1787 100644 --- a/docs/configguide/trafficgen.rst +++ b/docs/configguide/trafficgen.rst @@ -516,6 +516,19 @@ Each value modifies the behavior of rfc 2544 throughput testing. Refer to your Xena documentation to understand the behavior changes in modifying these values. +Continuous Traffic Testing +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Xena continuous traffic by default does a 3 second learning preemption to allow +the DUT to receive learning packets before a continuous test is performed. If +a custom test case requires this learning be disabled, you can disable the option +or modify the length of the learning by modifying the following settings. + +.. code-block:: console + + TRAFFICGEN_XENA_CONT_PORT_LEARNING_ENABLED = False + TRAFFICGEN_XENA_CONT_PORT_LEARNING_DURATION = 3 + MoonGen ------- |