Update git submodules
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 4 Jan 2018 07:13:16 +0000 (07:13 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 4 Jan 2018 07:13:16 +0000 (07:13 +0000)
commit49bb35486b86c1f9b054611f44c591778b1a3eb5
tree54ef1119311b76c6451d44f3c4887d04a15cc42e
parent1df4e7058fa7c6217ad8bf0c4de616ab7130ae0c
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 <martinx.klozik@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Reviewed-by: Trevor Cooper <trevor.cooper@intel.com>
docs/submodules/vswitchperf