diff options
author | Christian Trautman <ctrautma@redhat.com> | 2018-06-18 19:13:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-06-18 19:13:58 +0000 |
commit | d45a59c342f0b12f9e9f7f5652e121868b7b270b (patch) | |
tree | 8bd1acfe7530cd0153f67814232a7de79b06c4a9 /docs/testing/user | |
parent | 7e3db8dbc23d91484cc608bd8cb1d42ea7729396 (diff) | |
parent | 11be4868b77d49174afafcd515d1037325796d04 (diff) |
Merge "Xena_Flow_Fix: Fixes multistream of greater than 64k values"
Diffstat (limited to 'docs/testing/user')
-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 42141c59..2636626a 100644 --- a/docs/testing/user/configguide/trafficgen.rst +++ b/docs/testing/user/configguide/trafficgen.rst @@ -682,6 +682,14 @@ or modify the length of the learning by modifying the following settings. TRAFFICGEN_XENA_CONT_PORT_LEARNING_ENABLED = False TRAFFICGEN_XENA_CONT_PORT_LEARNING_DURATION = 3 +Multistream Modifier +~~~~~~~~~~~~~~~~~~~~ + +Xena has a modifier maximum value or 64k in size. For this reason when specifying +Multistream values of greater than 64k for Layer 2 or Layer 3 it will use two +modifiers that may be modified to a value that can be square rooted to create the +two modifiers. You will see a log notification for the new value that was calculated. + MoonGen ------- |