test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <rami.rosen@intel.com>
To: yong.liu@intel.com
Cc: dts@dpdk.org, Rami Rosen <rami.rosen@intel.com>
Subject: [dts] [PATCH] test_plans: set max_vfs to 4 when creating 4 VFs in sriov_kvm test plan.
Date: Thu,  5 Jan 2017 22:59:51 +0200	[thread overview]
Message-ID: <1483649991-3353-1-git-send-email-rami.rosen@intel.com> (raw)

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>
---
 test_plans/sriov_kvm_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
1.9.1

             reply	other threads:[~2017-01-05 20:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-05 20:59 Rami Rosen [this message]
2017-01-11  8:11 ` Liu, Yong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1483649991-3353-1-git-send-email-rami.rosen@intel.com \
    --to=rami.rosen@intel.com \
    --cc=dts@dpdk.org \
    --cc=yong.liu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).