test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH ] test_plans: fix a typo in VF Vlan test plan
@ 2018-12-19 16:42 Rami Rosen
  2018-12-22  9:53 ` Lijuan Tu
  0 siblings, 1 reply; 4+ messages in thread
From: Rami Rosen @ 2018-12-19 16:42 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

This patch fixes a typo in VF Vlan test plan.

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 49d7c37..173d756 100644
--- a/test_plans/vf_vlan_test_plan.rst
+++ b/test_plans/vf_vlan_test_plan.rst
@@ -81,7 +81,7 @@ Prerequisites
      -device pci-assign,host=87:02.0,id=pt_0 \
      -device pci-assign,host=87:0a.0,id=pt_1
 
-4. Login vm0 and them bind VF devices to igb_uio driver.::
+4. Login vm0 and then bind VF devices to igb_uio driver.::
 
      ./tools/dpdk_nic_bind.py --bind=igb_uio 00:04.0 00:05.0
 
-- 
1.8.3.1

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

* Re: [dts] [PATCH ] test_plans: fix a typo in VF Vlan test plan
  2018-12-19 16:42 [dts] [PATCH ] test_plans: fix a typo in VF Vlan test plan Rami Rosen
@ 2018-12-22  9:53 ` Lijuan Tu
  0 siblings, 0 replies; 4+ messages in thread
From: Lijuan Tu @ 2018-12-22  9:53 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks


On 2018年12月20日 00:42, Rami Rosen wrote:
> This patch fixes a typo in VF Vlan test plan.
>
> 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 49d7c37..173d756 100644
> --- a/test_plans/vf_vlan_test_plan.rst
> +++ b/test_plans/vf_vlan_test_plan.rst
> @@ -81,7 +81,7 @@ Prerequisites
>        -device pci-assign,host=87:02.0,id=pt_0 \
>        -device pci-assign,host=87:0a.0,id=pt_1
>   
> -4. Login vm0 and them bind VF devices to igb_uio driver.::
> +4. Login vm0 and then bind VF devices to igb_uio driver.::
>   
>        ./tools/dpdk_nic_bind.py --bind=igb_uio 00:04.0 00:05.0
>   

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

* Re: [dts] [PATCH] test_plans: fix a typo in VF vlan test plan
  2018-12-23 17:58 [dts] [PATCH] test_plans: fix a typo in VF vlan " Rami Rosen
@ 2018-12-24 16:53 ` Lijuan Tu
  0 siblings, 0 replies; 4+ messages in thread
From: Lijuan Tu @ 2018-12-24 16:53 UTC (permalink / raw)
  To: Rami Rosen, dts

Applied, thanks


On 2018年12月24日 01:58, Rami Rosen wrote:
> 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 \

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

* [dts] [PATCH] test_plans: fix a typo in VF vlan test plan
@ 2018-12-23 17:58 Rami Rosen
  2018-12-24 16:53 ` Lijuan Tu
  0 siblings, 1 reply; 4+ messages in thread
From: Rami Rosen @ 2018-12-23 17:58 UTC (permalink / raw)
  To: dts; +Cc: Rami Rosen

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

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

end of thread, other threads:[~2018-12-24  8:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-19 16:42 [dts] [PATCH ] test_plans: fix a typo in VF Vlan test plan Rami Rosen
2018-12-22  9:53 ` Lijuan Tu
2018-12-23 17:58 [dts] [PATCH] test_plans: fix a typo in VF vlan " Rami Rosen
2018-12-24 16:53 ` Lijuan Tu

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