From 06ee1b9f93a3d6927665e21cd632f281a21c78dc Mon Sep 17 00:00:00 2001 From: Xavier Simonart Date: Tue, 5 Jun 2018 14:06:29 +0200 Subject: Update git submodules * Update docs/submodules/yardstick from branch 'stable/fraser' - 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 (cherry picked from commit 1d61af34eb7b35b912d124768ad26eb5f0cd03a8) --- 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 ba78ba90e..ce391da0b 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit ba78ba90ee81e1138de2252f769453f45dde16fe +Subproject commit ce391da0b431238005746536cef7685e38c71976 -- cgit