* [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan
@ 2020-02-13 10:45 Jiaqi Min
2020-02-24 5:54 ` He, Zhiwei
2020-02-26 9:12 ` Tu, Lijuan
0 siblings, 2 replies; 3+ messages in thread
From: Jiaqi Min @ 2020-02-13 10:45 UTC (permalink / raw)
To: dts; +Cc: Jiaqi Min
update test plan for mac remove filter
Signed-off-by: Jiaqi Min <jiaqix.min@intel.com>
---
test_plans/vf_macfilter_test_plan.rst | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/test_plans/vf_macfilter_test_plan.rst b/test_plans/vf_macfilter_test_plan.rst
index b5281d3..414039f 100644
--- a/test_plans/vf_macfilter_test_plan.rst
+++ b/test_plans/vf_macfilter_test_plan.rst
@@ -193,7 +193,14 @@ Test Case 2: test_kernel_2pf_2vf_1vm_mac_add_filter
packets can be received by one VF and can be forwarded to another VF
correctly.
-8. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
+8. remove the added mac address.
+ testpmd> mac_addr remove 0 00:11:22:33:44:55
+
+9. Use scapy to send 100 random packets to the deleted MAC to VF0, verify the
+ packets can't be received by one VF and also can't be forwarded to another
+ VF correctly
+
+10. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
packets can't be received by one VF and also can't be forwarded to another
VF correctly.
@@ -280,7 +287,14 @@ Test Case 3: test_dpdk_2pf_2vf_1vm_mac_add_filter
packets can be received by one VF and can be forwarded to another VF
correctly.
-9. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
+9. remove the added mac address.
+ testpmd> mac_addr remove 0 00:11:22:33:44:55
+
+10. Use scapy to send 100 random packets to the deleted MAC to VF0, verify the
+ packets can't be received by one VF and also can't be forwarded to another
+ VF correctly
+
+11. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
packets can't be received by one VF and also can't be forwarded to
another VF correctly.
--
2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan
2020-02-13 10:45 [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan Jiaqi Min
@ 2020-02-24 5:54 ` He, Zhiwei
2020-02-26 9:12 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: He, Zhiwei @ 2020-02-24 5:54 UTC (permalink / raw)
To: Min, JiaqiX, dts; +Cc: Min, JiaqiX
Acked-by zhiwei
-----Original Message-----
From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Jiaqi Min
Sent: Thursday, February 13, 2020 6:45 PM
To: dts@dpdk.org
Cc: Min, JiaqiX <jiaqix.min@intel.com>
Subject: [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan
update test plan for mac remove filter
Signed-off-by: Jiaqi Min <jiaqix.min@intel.com>
---
test_plans/vf_macfilter_test_plan.rst | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
diff --git a/test_plans/vf_macfilter_test_plan.rst b/test_plans/vf_macfilter_test_plan.rst
index b5281d3..414039f 100644
--- a/test_plans/vf_macfilter_test_plan.rst
+++ b/test_plans/vf_macfilter_test_plan.rst
@@ -193,7 +193,14 @@ Test Case 2: test_kernel_2pf_2vf_1vm_mac_add_filter
packets can be received by one VF and can be forwarded to another VF
correctly.
-8. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
+8. remove the added mac address.
+ testpmd> mac_addr remove 0 00:11:22:33:44:55
+
+9. Use scapy to send 100 random packets to the deleted MAC to VF0, verify the
+ packets can't be received by one VF and also can't be forwarded to another
+ VF correctly
+
+10. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
packets can't be received by one VF and also can't be forwarded to another
VF correctly.
@@ -280,7 +287,14 @@ Test Case 3: test_dpdk_2pf_2vf_1vm_mac_add_filter
packets can be received by one VF and can be forwarded to another VF
correctly.
-9. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
+9. remove the added mac address.
+ testpmd> mac_addr remove 0 00:11:22:33:44:55
+
+10. Use scapy to send 100 random packets to the deleted MAC to VF0, verify the
+ packets can't be received by one VF and also can't be forwarded to another
+ VF correctly
+
+11. Use scapy to send 100 random packets with a wrong MAC to VF0, verify the
packets can't be received by one VF and also can't be forwarded to
another VF correctly.
--
2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan
2020-02-13 10:45 [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan Jiaqi Min
2020-02-24 5:54 ` He, Zhiwei
@ 2020-02-26 9:12 ` Tu, Lijuan
1 sibling, 0 replies; 3+ messages in thread
From: Tu, Lijuan @ 2020-02-26 9:12 UTC (permalink / raw)
To: Min, JiaqiX, dts; +Cc: Min, JiaqiX
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Jiaqi Min
> Sent: Thursday, February 13, 2020 6:45 PM
> To: dts@dpdk.org
> Cc: Min, JiaqiX <jiaqix.min@intel.com>
> Subject: [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test
> plan
>
> update test plan for mac remove filter
>
> Signed-off-by: Jiaqi Min <jiaqix.min@intel.com>
> ---
> test_plans/vf_macfilter_test_plan.rst | 18 ++++++++++++++++--
> 1 file changed, 16 insertions(+), 2 deletions(-)
>
> diff --git a/test_plans/vf_macfilter_test_plan.rst
> b/test_plans/vf_macfilter_test_plan.rst
> index b5281d3..414039f 100644
> --- a/test_plans/vf_macfilter_test_plan.rst
> +++ b/test_plans/vf_macfilter_test_plan.rst
> @@ -193,7 +193,14 @@ Test Case 2:
> test_kernel_2pf_2vf_1vm_mac_add_filter
> packets can be received by one VF and can be forwarded to another VF
> correctly.
>
> -8. Use scapy to send 100 random packets with a wrong MAC to VF0, verify
> the
> +8. remove the added mac address.
> + testpmd> mac_addr remove 0 00:11:22:33:44:55
> +
> +9. Use scapy to send 100 random packets to the deleted MAC to VF0, verify
> the
> + packets can't be received by one VF and also can't be forwarded to
> another
> + VF correctly
> +
> +10. Use scapy to send 100 random packets with a wrong MAC to VF0, verify
> the
> packets can't be received by one VF and also can't be forwarded to
> another
> VF correctly.
>
> @@ -280,7 +287,14 @@ Test Case 3:
> test_dpdk_2pf_2vf_1vm_mac_add_filter
> packets can be received by one VF and can be forwarded to another VF
> correctly.
>
> -9. Use scapy to send 100 random packets with a wrong MAC to VF0, verify
> the
> +9. remove the added mac address.
> + testpmd> mac_addr remove 0 00:11:22:33:44:55
> +
> +10. Use scapy to send 100 random packets to the deleted MAC to VF0, verify
> the
> + packets can't be received by one VF and also can't be forwarded to
> another
> + VF correctly
> +
> +11. Use scapy to send 100 random packets with a wrong MAC to VF0, verify
> the
> packets can't be received by one VF and also can't be forwarded to
> another VF correctly.
>
> --
> 2.17.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-02-26 9:12 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-13 10:45 [dts] [PATCH v1] test_plans/vf_macfilter: update vf macfilter test plan Jiaqi Min
2020-02-24 5:54 ` He, Zhiwei
2020-02-26 9:12 ` Tu, Lijuan
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).