From 9b3a729b73221965d693f2e60a1a83cfa1becfe7 Mon Sep 17 00:00:00 2001 From: Abhijit Sinha Date: Wed, 27 Jun 2018 16:06:17 +0000 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'master' - Merge "Fix NSB NfVi support for 25 and 40Gbps" - Fix NSB NfVi support for 25 and 40Gbps When setting interface_speed option in the test case, NSB/PROX was still considering 100% as 10 Gbps. With this fix, when interface_speed is set to for instance 25 Gbps then NSB/PROX will start generate at 25 Gbps. Yardstick logging info printed on the screen will show performance result as percentage of interface_speed (e.g. 100% will be 25 Gbps). This is done by sending the command "speed 250" to PROX (PROX cannot know the underlying interface speed in all cases e.g. in virtio, and hence considers 100% as 10Gbps). JIRA: YARDSTICK-1217 Change-Id: I4989161b04a7afa5e347935ee7ccef7dfe5a504d Signed-off-by: Xavier Simonart Signed-off-by: Emma Foley --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/yardstick') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index 5fa31a4e7..ba0397586 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit 5fa31a4e78b9421615ef81c8392e30179d49e1cb +Subproject commit ba0397586aa97ee5f6f2adb2b6f31ac23c7bca41 -- cgit 1.2.3-korg