Update git submodules
authorDeepak S <deepak.s@linux.intel.com>
Wed, 30 Aug 2017 09:22:07 +0000 (02:22 -0700)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 3 Oct 2017 04:53:19 +0000 (04:53 +0000)
commit1f7fdfc5a5963b95660aa23dbb24d380fa4f8c68
tree876c80e461f28bf54b78f7b144c37201a47d616f
parente72244d6900a4eb063d1bb63cc812a71dbec68cb
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Enable multi-port perf in trex as TG

    set TRex -c option for threads per port based on
    hardware number of queues.

    We can't auto-detect number of queues and we can't
    use more than one thread per core on systems with single-queue
    interfaces, so move the option to the config file

    options:
      tg_0:
        queues_per_port: 2

    also enable trex debug by removing >/dev/null redirection

    options:
      tg_0:
        trex_server_debug: true

    Change-Id: I46da187849282bf28f4ef5b333e1ae890e202768
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
docs/submodules/yardstick