summaryrefslogtreecommitdiff
path: root/test_plans
diff options
context:
space:
mode:
authorRami Rosen <rami.rosen@intel.com>2017-01-05 22:59:51 +0200
committerMarvin Liu <yong.liu@intel.com>2017-01-11 16:11:05 +0800
commit3189b10a0534350e29a2e30616e7fd91f852dd0e (patch)
tree205d11153082f10970b7682b7893ff77f6cc7454 /test_plans
parentc59631d84b87a9f79b304bf5f317fc935a5943c4 (diff)
test_plans sriov_kvm: set max_vfs to 4 when creating 4 VF
When creating 4 VFs, we should set max_vfs to 4 and not to 2. This patch fixes this assignment. Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Diffstat (limited to 'test_plans')
-rw-r--r--test_plans/sriov_kvm_test_plan.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_plans/sriov_kvm_test_plan.rst b/test_plans/sriov_kvm_test_plan.rst
index 5317d10..713c217 100644
--- a/test_plans/sriov_kvm_test_plan.rst
+++ b/test_plans/sriov_kvm_test_plan.rst
@@ -465,7 +465,7 @@ them to VM0, VM1, VM2 and VM3.Start PF driver on the Host and skip the VF
driver will has been already attached to VMs::
On PF ./tools/pci_unbind.py --bind=igb_uio 0000:08:00.0
- echo 2 > /sys/bus/pci/devices/0000\:08\:00.0/max_vfs
+ echo 4 > /sys/bus/pci/devices/0000\:08\:00.0/max_vfs
./x86_64-default-linuxapp-gcc/app/testpmd -c f -n 4 -b 0000:08:10.0 -b 0000:08:10.2 -b 0000:08:10.4 -b 0000:08:10.6 -- -i
If you want to run all common 4VM cases, please run testpmd on VM0, VM1, VM2