test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH]test_plans: remove a case from iavf_fdir_test_plan.rst
@ 2020-06-02 14:16 Peng Yuan
  2020-06-03  2:29 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Peng Yuan @ 2020-06-02 14:16 UTC (permalink / raw)
  To: dts; +Cc: Peng Yuan

remove a case from iavf_fdir_test_plan.rst

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

diff --git a/test_plans/iavf_fdir_test_plan.rst b/test_plans/iavf_fdir_test_plan.rst
index 28a1e04..4a07c47 100644
--- a/test_plans/iavf_fdir_test_plan.rst
+++ b/test_plans/iavf_fdir_test_plan.rst
@@ -3251,47 +3251,6 @@ Subcase 8: PF reset VF and delete the rule
 
 8. send matched packets, check them redirected to expected queue with FDIR matched ID.
 
-Subcase 9: create 2048 rules on VF00 and VF01 and VF10 and VF11 at meantime
----------------------------------------------------------------------------
-
-1. start testpmd on vf00::
-
-    ./testpmd -c 0x3 -n 6 -w 86:01.0 --file-prefix=vf00 -- -i --rxq=4 --txq=4
-
-   start testpmd on vf01::
-
-    ./testpmd -c 0xc -n 6 -w 86:01.1 --file-prefix=vf01 -- -i --rxq=4 --txq=4
-
-   start testpmd on vf10::
-
-    ./testpmd -c 0x30 -n 6 -w 86:11.0 --file-prefix=vf10 -- -i --rxq=4 --txq=4
-
-   start testpmd on vf11::
-
-    ./testpmd -c 0xc0 -n 6 -w 86:11.1 --file-prefix=vf11 -- -i --rxq=4 --txq=4
-
-2. create 2048 rules on vf00::
-
-    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.0 / end actions queue index 1 / mark / end
-    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.1 / end actions queue index 1 / mark / end
-    ......
-    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.7.255 / end actions queue index 1 / mark / end
-
-   created successfully, check 2048 rules are listed.
-   create 2048 rules on vf01/vf10/vf11 at meantime::
-
-    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.0 / end actions queue index 1 / mark / end
-    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.0.1 / end actions queue index 1 / mark / end
-    ......
-    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is 192.168.7.255 / end actions queue index 1 / mark / end
-
-   all the rules are created successfully.
-   check the rule list, there listed 2048 rules.
-   send packet to the four vfs, the packets can be redirected to expected queue with mark ID.
-
-3. flush all the rules on four VFs at meantime, there is no error reported.
-   send packet to the four vfs, the packets are distributed by RSS without mark ID.
-
 Test case: PFCP coverage test
 =============================
 Subcase 1: PFCP FDIR vlan strip on HW checksum offload check
-- 
2.14.3


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

* Re: [dts] [PATCH]test_plans: remove a case from iavf_fdir_test_plan.rst
  2020-06-02 14:16 [dts] [PATCH]test_plans: remove a case from iavf_fdir_test_plan.rst Peng Yuan
@ 2020-06-03  2:29 ` Tu, Lijuan
  0 siblings, 0 replies; 2+ messages in thread
From: Tu, Lijuan @ 2020-06-03  2:29 UTC (permalink / raw)
  To: Peng, Yuan, dts; +Cc: Peng, Yuan

Applied, thanks

> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of Peng Yuan
> Sent: Tuesday, June 2, 2020 10:17 PM
> To: dts@dpdk.org
> Cc: Peng, Yuan <yuan.peng@intel.com>
> Subject: [dts] [PATCH]test_plans: remove a case from iavf_fdir_test_plan.rst
> 
> remove a case from iavf_fdir_test_plan.rst
> 
> Signed-off-by: Peng Yuan <yuan.peng@intel.com>
> 
> diff --git a/test_plans/iavf_fdir_test_plan.rst
> b/test_plans/iavf_fdir_test_plan.rst
> index 28a1e04..4a07c47 100644
> --- a/test_plans/iavf_fdir_test_plan.rst
> +++ b/test_plans/iavf_fdir_test_plan.rst
> @@ -3251,47 +3251,6 @@ Subcase 8: PF reset VF and delete the rule
> 
>  8. send matched packets, check them redirected to expected queue with
> FDIR matched ID.
> 
> -Subcase 9: create 2048 rules on VF00 and VF01 and VF10 and VF11 at
> meantime
> ----------------------------------------------------------------------------
> -
> -1. start testpmd on vf00::
> -
> -    ./testpmd -c 0x3 -n 6 -w 86:01.0 --file-prefix=vf00 -- -i --rxq=4 --txq=4
> -
> -   start testpmd on vf01::
> -
> -    ./testpmd -c 0xc -n 6 -w 86:01.1 --file-prefix=vf01 -- -i --rxq=4 --txq=4
> -
> -   start testpmd on vf10::
> -
> -    ./testpmd -c 0x30 -n 6 -w 86:11.0 --file-prefix=vf10 -- -i --rxq=4 --txq=4
> -
> -   start testpmd on vf11::
> -
> -    ./testpmd -c 0xc0 -n 6 -w 86:11.1 --file-prefix=vf11 -- -i --rxq=4 --txq=4
> -
> -2. create 2048 rules on vf00::
> -
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> 192.168.0.0 / end actions queue index 1 / mark / end
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> 192.168.0.1 / end actions queue index 1 / mark / end
> -    ......
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> 192.168.7.255 / end actions queue index 1 / mark / end
> -
> -   created successfully, check 2048 rules are listed.
> -   create 2048 rules on vf01/vf10/vf11 at meantime::
> -
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> 192.168.0.0 / end actions queue index 1 / mark / end
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> 192.168.0.1 / end actions queue index 1 / mark / end
> -    ......
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> 192.168.7.255 / end actions queue index 1 / mark / end
> -
> -   all the rules are created successfully.
> -   check the rule list, there listed 2048 rules.
> -   send packet to the four vfs, the packets can be redirected to expected
> queue with mark ID.
> -
> -3. flush all the rules on four VFs at meantime, there is no error reported.
> -   send packet to the four vfs, the packets are distributed by RSS without
> mark ID.
> -
>  Test case: PFCP coverage test
>  =============================
>  Subcase 1: PFCP FDIR vlan strip on HW checksum offload check
> --
> 2.14.3


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

end of thread, other threads:[~2020-06-03  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 14:16 [dts] [PATCH]test_plans: remove a case from iavf_fdir_test_plan.rst Peng Yuan
2020-06-03  2:29 ` 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).