From 49bb35486b86c1f9b054611f44c591778b1a3eb5 Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 4 Jan 2018 07:13:16 +0000 Subject: Update git submodules * Update docs/submodules/vswitchperf from branch 'master' - Merge "trafficgen: Postponed call of connect()" - trafficgen: Postponed call of connect() In order to support execution of SW traffic generator inside VM, we have to postpone the call of connect() method from traffic controller. Currently it is called during initialization phase, when VMs are not active and thus connect() would always fail. This patch moves the call of connect() inside configure() method, which is called later when VMs are up and running. This modification allows to configure VM to VM scenario, where 1st VM is running a loopback application and 2nd one executes one of supported SW traffic generators, i.e. T-Rex or MoonGen. Change-Id: Ifeb659aadaa2e1cd5975564965e1719c1e72a12e Signed-off-by: Martin Klozik Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: Sridhar Rao Reviewed-by: Trevor Cooper --- docs/submodules/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/vswitchperf') diff --git a/docs/submodules/vswitchperf b/docs/submodules/vswitchperf index 067771110..b47717bb0 160000 --- a/docs/submodules/vswitchperf +++ b/docs/submodules/vswitchperf @@ -1 +1 @@ -Subproject commit 06777111066517cc005d6543ce1a22371745a4b3 +Subproject commit b47717bb0cf09f739feb4ee9b47173c28581bf20 -- cgit 1.2.3-korg