test suite reviews and discussions
 help / color / mirror / Atom feed
From: Rami Rosen <ramirose@gmail.com>
To: dts@dpdk.org
Cc: Rami Rosen <ramirose@gmail.com>
Subject: [dts] [PATCH] test_plans: fix a typo in VF vlan test plan
Date: Sun, 23 Dec 2018 19:58:05 +0200	[thread overview]
Message-ID: <20181223175805.3379-1-ramirose@gmail.com> (raw)

This patch fixes a typo in VF VLAN test plan. The second VF
is 87:0a.0 and not 87:02.1, as can be seen from the previous command
echo 0000:87:0a.0 > /sys/bus/pci/drivers/pci-stub/bind
and also from the immediate following qemu option:
-device pci-assign,host=87:0a.0,id=pt_1

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 test_plans/vf_vlan_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/vf_vlan_test_plan.rst b/test_plans/vf_vlan_test_plan.rst
index 2cb6153..a916ee9 100644
--- a/test_plans/vf_vlan_test_plan.rst
+++ b/test_plans/vf_vlan_test_plan.rst
@@ -74,7 +74,7 @@ Prerequisites
      echo 0000:87:0a.0 > /sys/bus/pci/devices/0000:87:0a.0/driver/unbind
      echo 0000:87:0a.0 > /sys/bus/pci/drivers/pci-stub/bind
 
-3. Passthrough VFs 87:02.0 & 87:02.1 to vm0 and start vm0::
+3. Passthrough VFs 87:02.0 & 87:0a.0 to vm0 and start vm0::
 
      /usr/bin/qemu-system-x86_64  -name vm0 -enable-kvm \
      -cpu host -smp 4 -m 2048 -drive file=/home/image/sriov-fc20-1.img -vnc :1 \
-- 
2.19.2

             reply	other threads:[~2018-12-23 17:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-23 17:58 Rami Rosen [this message]
2018-12-24 16:53 ` Lijuan Tu
  -- strict thread matches above, loose matches on Subject: below --
2018-12-19 16:42 [dts] [PATCH ] test_plans: fix a typo in VF Vlan " Rami Rosen
2018-12-22  9:53 ` Lijuan Tu

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=20181223175805.3379-1-ramirose@gmail.com \
    --to=ramirose@gmail.com \
    --cc=dts@dpdk.org \
    /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).