test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] test_plans vf&pf reset: use the correct VFs IDs.
@ 2017-08-24 22:30 Rami Rosen
  2017-08-25 11:27 ` Liu, Yong
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2017-08-24 22:30 UTC (permalink / raw)
  To: yong.liu; +Cc: dts, Rami Rosen

This patch fixes the first test case in the vf_pf 
reset test plan to use the correct VFs IDs. 
Since we create two VFs using 0000:81:00.0, the VFs are
81:02.0, 81:02.1 and not 82:02.0, 82:02.1.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
---
 test_plans/vf_pf_reset_test_plan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test_plans/vf_pf_reset_test_plan.rst b/test_plans/vf_pf_reset_test_plan.rst
index 3a939bbc55d2..f59ab817805e 100644
--- a/test_plans/vf_pf_reset_test_plan.rst
+++ b/test_plans/vf_pf_reset_test_plan.rst
@@ -75,7 +75,7 @@ Test Case 1: vf reset -- create two vfs on one pf
 
 3. Bind the VFs to dpdk driver::
 
-     ./tools/dpdk-devbind.py -b vfio-pci 82:02.0 82:02.1
+     ./tools/dpdk-devbind.py -b vfio-pci 81:02.0 81:02.1
 
 4. Set the VLAN id of VF1 and VF2::
 
-- 
2.11.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dts] [PATCH] test_plans vf&pf reset: use the correct VFs IDs.
  2017-08-24 22:30 [dts] [PATCH] test_plans vf&pf reset: use the correct VFs IDs Rami Rosen
@ 2017-08-25 11:27 ` Liu, Yong
  0 siblings, 0 replies; 2+ messages in thread
From: Liu, Yong @ 2017-08-25 11:27 UTC (permalink / raw)
  To: Rami Rosen; +Cc: dts

Thanks Rami. Applied.

On 08/25/2017 06:30 AM, Rami Rosen wrote:
> This patch fixes the first test case in the vf_pf
> reset test plan to use the correct VFs IDs.
> Since we create two VFs using 0000:81:00.0, the VFs are
> 81:02.0, 81:02.1 and not 82:02.0, 82:02.1.
>
> Signed-off-by: Rami Rosen<rami.rosen@intel.com>
> ---

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-08-25  2:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-24 22:30 [dts] [PATCH] test_plans vf&pf reset: use the correct VFs IDs Rami Rosen
2017-08-25 11:27 ` Liu, Yong

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).