From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id AE6FE1B1B3 for ; Thu, 16 Nov 2017 07:02:34 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2017 22:02:33 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,402,1505804400"; d="scan'208";a="1244729834" Received: from unknown (HELO dpdk-fedora20.icx.intel.com) ([10.240.176.135]) by fmsmga002.fm.intel.com with ESMTP; 15 Nov 2017 22:02:32 -0800 From: Peng Yuan To: dts@dpdk.org Cc: Peng Yuan Date: Thu, 16 Nov 2017 14:03:45 +0800 Message-Id: <1510812225-49499-1-git-send-email-yuan.peng@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dts] [PATCH] test_plans: ixgbe_vf_get_extra_queue_information correct the vf's device id X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Nov 2017 06:02:35 -0000 Signed-off-by: Peng Yuan 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