Xena_Flow_Fix: Fixes multistream of greater than 64k values 55/57555/10
authorChristian Trautman <ctrautma@redhat.com>
Thu, 17 May 2018 21:46:29 +0000 (17:46 -0400)
committerChristian Trautman <ctrautma@redhat.com>
Mon, 18 Jun 2018 11:22:40 +0000 (07:22 -0400)
commit11be4868b77d49174afafcd515d1037325796d04
tree968e6be0f63bd79f5c1c2896d96a5829da28701c
parent7224efa9539584690236218f5243b6b5c81daca9
Xena_Flow_Fix: Fixes multistream of greater than 64k values

Adds calculations to deal with values greater than 64k by doing
a square root of the multistream value and using two mods
to create the closet possible value that will work within the
current implementation of multistream in VSPerf.

JIRA: VSPERF-575

Change-Id: I9dab4bbac094a394a11ed74fe2cd88fbe7079fc7
Signed-off-by: Christian Trautman <ctrautma@redhat.com>
docs/testing/user/configguide/trafficgen.rst
tools/pkt_gen/xena/XenaDriver.py
tools/pkt_gen/xena/json/xena_json.py
tools/pkt_gen/xena/xena.py