Update git submodules
authorRoss Brattain <ross.b.brattain@intel.com>
Tue, 25 Jul 2017 00:47:03 +0000 (00:47 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 25 Jul 2017 00:47:03 +0000 (00:47 +0000)
commit2959db03e3615a402ff37f9e652fc1e3a780b0f9
treeab11886a6ebc524640a6aadcd76b4277e6f0813f
parent6120db5d1d99f3cdb1e0f63109b8d63776ccba76
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add multiqueue support"
  - Add multiqueue support

    Problem:
    Neither OVS nor SRIOV multi-queue is not supported. Guest VM lacks tuning to reach high throughput.
    Solution:
    (1) Build SRIOV multi-queue capable guest image by recompiling the igxbevf driver (make CFLAGS_EXTRA=-DIXGBE_ENABLE_VF_MQ install).
    (2) Change pktgen to send on multiple queues.
    (3) Add tuning in guest VM (Disable irqbalance and setup vNIC interrupt affinity to vCPUs)

    Update 1: Takes care comments plus adds unit test cases
    Update 2: Jenkins reports code coverage 81%, local reports 96%, add more unit test cases
    Update 3: Manually rebased to adapt to SSH.from_node()
    Update 4: Takes care comments for vnic_type, vnic_name

    Change-Id: Ieb15381c653b13697487d095efa4be6c3c49fa42
    JIRA: YARDSTICK-619
Signed-off-by: Jing Zhang <jing.c.zhang@nokia.com>
docs/submodules/yardstick