diff options
author | bmichalo <bmichalo@redhat.com> | 2016-08-02 15:03:36 -0400 |
---|---|---|
committer | bmichalo <bmichalo@redhat.com> | 2016-08-03 15:25:21 -0400 |
commit | 4c8f968b405c065fec0a4b8ac41ab164d5189241 (patch) | |
tree | 1f51fa5736a80d2470d25334c07873bd727a40db /docs/configguide | |
parent | 80414a002e0a10dcce9126786d51695fc350cb47 (diff) |
pkt_gen: MoonGen start rates not correct
The VSPERF traffic profile for starting rate is in a
percentage of line rate. MoonGen programs its
starting rate as Mpps. Therefore the traffic profile
for VSPERF needs to be converted to a MoonGen format.
There was a hardcoding of 14.88 that was used for the
starting frame rate for all frame sizes. This needs
to be corrected to take into account all frame sizes.
JIRA: VSPERF-350
Change-Id: Ied71668a560d7d2b03483f9a1192dd2fb4965996
Signed-off-by: bmichalo <bmichalo@redhat.com>
Diffstat (limited to 'docs/configguide')
-rw-r--r-- | docs/configguide/trafficgen.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configguide/trafficgen.rst b/docs/configguide/trafficgen.rst index 63560b9c..c26724bb 100644 --- a/docs/configguide/trafficgen.rst +++ b/docs/configguide/trafficgen.rst @@ -303,6 +303,8 @@ can be found here: https://github.com/emmericp/MoonGen +* Note: Today, MoonGen with VSPERF only supports 10Gbps line speeds. + For VSPerf use, MoonGen should be cloned from here (as opposed to the afore mentioned GitHub): |