summaryrefslogtreecommitdiffstats
path: root/docs/submodules/vswitchperf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2018-01-04 07:13:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-04 07:13:16 +0000
commit49bb35486b86c1f9b054611f44c591778b1a3eb5 (patch)
tree54ef1119311b76c6451d44f3c4887d04a15cc42e /docs/submodules/vswitchperf
parent1df4e7058fa7c6217ad8bf0c4de616ab7130ae0c (diff)
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