test suite reviews and discussions
 help / color / mirror / Atom feed
From: Peng Yuan <yuan.peng@intel.com>
To: dts@dpdk.org
Cc: Peng Yuan <yuan.peng@intel.com>
Subject: [dts] [PATCH] test_plans: ixgbe_vf_get_extra_queue_information correct the vf's device id
Date: Thu, 16 Nov 2017 14:03:45 +0800	[thread overview]
Message-ID: <1510812225-49499-1-git-send-email-yuan.peng@intel.com> (raw)

Signed-off-by: Peng Yuan <yuan.peng@intel.com>

diff --git a/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst b/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst
index 0840ed6..4942910 100644
--- a/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst
+++ b/test_plans/ixgbe_vf_get_extra_queue_information_test_plan.rst
@@ -66,7 +66,10 @@ Prerequisites
 5. Detach VF from the host, bind them to pci-stub driver::
 
     modprobe pci-stub
-    echo "8086 10fb" > /sys/bus/pci/drivers/pci-stub/new_id
+
+   using `lspci -nn|grep -i ethernet` got VF device id "8086 10ed", then::
+
+    echo "8086 10ed" > /sys/bus/pci/drivers/pci-stub/new_id
     echo "0000:05:10.0" > /sys/bus/pci/drivers/ixgbevf/unbind
     echo "0000:05:10.0" > /sys/bus/pci/drivers/pci-stub/bind
 
-- 
2.5.0

             reply	other threads:[~2017-11-16  6:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-16  6:03 Peng Yuan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-11-15  9:10 Peng Yuan
2017-11-20 12:46 ` Liu, Yong
2017-11-15  8:29 Peng Yuan

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=1510812225-49499-1-git-send-email-yuan.peng@intel.com \
    --to=yuan.peng@intel.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).