bugfix: SRIOV used wrong device names 53/20653/2
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 8 Sep 2016 08:41:10 +0000 (09:41 +0100)
committerMaryam Tahhan <maryam.tahhan@intel.com>
Thu, 8 Sep 2016 14:10:07 +0000 (14:10 +0000)
commitacdb444a54124834acdde45107062eaf1452c119
treeeae5154271b6598d4698315ca6c0ca7492b431a7
parentf35ec410e0567649492ed8ef73287cf7d36f7b58
bugfix: SRIOV used wrong device names

QemuPciPassthrough class responsible for SRIOV testing
used wrong device names for GUEST configuration. Details
of HOST interfaces connected to the traffic generator were
used to initialize forwarding applications inside the guest.
Code was fixed to use correct device configuration.
As part of this fix, old bug in VNF type detection was fixed.

JIRA: VSPERF-389

Change-Id: I269c9232012980c600c171571e90beb11e7b72cd
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Bill Michalowski <bmichalo@redhat.com>
vnfs/qemu/qemu_pci_passthrough.py
vsperf