From e0525f8652d20145df4fe7374f4fd080b050bc11 Mon Sep 17 00:00:00 2001 From: bmichalo Date: Fri, 29 Jul 2016 10:10:00 -0400 Subject: Updated armband Project: vswitchperf da059df422c839bb5d6393455a43c44e95873c73 pkt_gen: MoonGen incorrectly calculates rx/tx % statistics For MoonGen, the final results parameters: throughput_rx_percent, throughput_tx_percent were incorrectly calculated when converting MoonGen to VSPERF format. In particular, this would occur when more than one data stream (single channel unidirectional traffic) was used in the test. When calculating these percentages, only aggregate throughput values equaling unidirectional traffic were used (for example, for 64 byte frames bidirectional traffic should use 29.76 Mpps, not 14.88 Mpps) JIRA: VSPERF-341 Change-Id: Ie62bded7aea023c287697f18c4172b58c320e050 Signed-off-by: bmichalo --- upstream/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstream/vswitchperf') diff --git a/upstream/vswitchperf b/upstream/vswitchperf index b219f67d..da059df4 160000 --- a/upstream/vswitchperf +++ b/upstream/vswitchperf @@ -1 +1 @@ -Subproject commit b219f67de8e314e419108d9e15667c2cd2b973d1 +Subproject commit da059df422c839bb5d6393455a43c44e95873c73 -- cgit 1.2.3-korg