test suite reviews and discussions
 help / color / mirror / Atom feed
From: "Lin, Xueqin" <xueqin.lin@intel.com>
To: "Huang, ZhiminX" <zhiminx.huang@intel.com>,
	"dts@dpdk.org" <dts@dpdk.org>
Cc: "Huang, ZhiminX" <zhiminx.huang@intel.com>
Subject: Re: [dts] [PATCH V1 2/4] test_plans/iavf_fdir_test_plan:add esp flow test plan
Date: Tue, 14 Sep 2021 09:04:17 +0000	[thread overview]
Message-ID: <BN7PR11MB2658D7C03B138D1CFE8EFC3394DA9@BN7PR11MB2658.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20210827211254.5114-3-zhiminx.huang@intel.com>

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhimin Huang
> Sent: Saturday, August 28, 2021 5:13 AM
> To: dts@dpdk.org
> Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: [dts] [PATCH V1 2/4] test_plans/iavf_fdir_test_plan:add esp flow
> test plan
> 
>   21.08 new feature to support take esp,outer ip src/dst take inputset,
>   so add testplan in vf fdir
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
Acked-by: Xueqin Lin <Xueqin.lin@intel.com>
> ---
>  test_plans/iavf_fdir_test_plan.rst | 253 +++++++++++++++++++++++++----
>  1 file changed, 217 insertions(+), 36 deletions(-)
> 
> diff --git a/test_plans/iavf_fdir_test_plan.rst
> b/test_plans/iavf_fdir_test_plan.rst
> index ac423903..f79c813a 100644
> --- a/test_plans/iavf_fdir_test_plan.rst
> +++ b/test_plans/iavf_fdir_test_plan.rst
> @@ -79,9 +79,9 @@ Pattern and input set
>      +------------------------------+------------------------------+--------------------------------
> -----------------------------------+
>      |                              |MAC_IPV6_L2TPv3               | [Session ID]
> |
>      +------------------------------+------------------------------+--------------------------------
> -----------------------------------+
> -    | ESP                          |MAC_IPV4_ESP                  | [SPI]
> |
> +    | ESP                          |MAC_IPV4_ESP                  | [Source IP], [Dest IP], [SPI]
> |
>      +------------------------------+------------------------------+--------------------------------
> -----------------------------------+
> -    |                              |MAC_IPV6_ESP                  | [SPI]
> |
> +    |                              |MAC_IPV6_ESP                  | [Source IP], [Dest IP], [SPI]
> |
>      +------------------------------+------------------------------+--------------------------------
> -----------------------------------+
>      |                              |MAC_IPV4_AH                   | [SPI]
> |
>      +------------------------------+------------------------------+--------------------------------
> -----------------------------------+
> @@ -566,23 +566,25 @@ Send packets
> 
>     matched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.3",proto=50)/ESP(spi
> =7)/Raw('x'*480),iface="enp134s0f1")
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.1.3",proto=50)/ESP(spi
> =7)/Raw('x'*480),iface="enp134s0f1")
> -
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20",dst="192.16
> + 8.0.21",proto=50)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
>     mismatched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.3",proto=50)/ESP(spi
> =17)/Raw('x'*480),iface="enp134s0f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.22",dst="192.168.0.2
> 1",proto=50)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20",dst="192.168.0.1
> 1",proto=50)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20",dst="192.16
> + 8.0.21",proto=50)/ESP(spi=17)/Raw('x'*480),iface="enp134s0f1")
> 
>  * MAC_IPV6_ESP
> 
>     matched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="1111:2222:3333:4444:5555:6
> 666:7777:8888",nh=50)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="1111:2222:3333:4444:5555:6
> 666:7777:9999",nh=50)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> -
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::2",
> + nh=50)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
>     mismatched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="1111:2222:3333:4444:5555:6
> 666:7777:8888",nh=50)/ESP(spi=17)/Raw('x'*480),iface="enp134s0f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::8",dst="2001::2",nh=5
> 0)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::9",nh=5
> 0)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::2",
> + nh=50)/ESP(spi=17)/Raw('x'*480),iface="enp134s0f1")
> 
>  * MAC_IPV4_AH
> 
> @@ -610,25 +612,25 @@ Send packets
> 
>     matched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20")/UDP(dport=450
> 0)/ESP(spi=2)/Raw('x'*480),iface="enp134s0f1")
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20",dst="192.16
> + 8.0.21")/UDP(dport=4500)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> 
>     mismatched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.10.20")/UDP(dport=45
> 00)/ESP(spi=2)/Raw('x'*480),iface="enp134s0f1")
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20")/UDP(dport=450
> 0)/ESP(spi=12)/Raw('x'*480),iface="enp134s0f1")
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IP(dst="192.168.0.20")/UDP(dport=450
> 0)/ESP(spi=2)/Raw('x'*480),iface="enp134s0f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.22",dst="192.168.0.2
> 1")/UDP(dport=4500)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20",dst="192.168.0.1
> 1")/UDP(dport=4500)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IP(src="192.168.0.20",dst="192.16
> + 8.0.21")/UDP(dport=4500)/ESP(spi=17)/Raw('x'*480),iface="enp134s0f1")
> 
>  * MAC_IPV6_NAT-T-ESP
> 
>     matched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(dst="1111:2222:3333:4444:5555:6
> 666:7777:8888")/UDP(dport=4500)/ESP(spi=2)/Raw('x'*480),iface="enp134s0
> f1")
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::2")
> + /UDP(dport=4500)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> 
>     mismatched packets::
> 
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(dst="1111:2222:3333:4444:5555:6
> 666:7777:8888")/UDP(dport=4500)/ESP(spi=12)/Raw('x'*480),iface="enp134s
> 0f1")
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(dst="1111:2222:3333:4444:5555:6
> 666:7777:9999")/UDP(dport=4500)/ESP(spi=2)/Raw('x'*480),iface="enp134s0
> f1")
> -
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="1111:2222:3333:4444:5555:6
> 666:7777:8888")/UDP(dport=4500)/ESP(spi=2)/Raw('x'*480),iface="enp134s0
> f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::8",dst="2001::2")/UDP(
> dport=4500)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::9")/UDP(
> dport=4500)/ESP(spi=7)/Raw('x'*480),iface="enp134s0f1")
> +
> + sendp(Ether(dst='00:11:22:33:44:55')/IPv6(src="2001::1",dst="2001::2")
> + /UDP(dport=4500)/ESP(spi=17)/Raw('x'*480),iface="enp134s0f1")
> 
>  * MAC_IPV4_GTPU_IPV4
> 
> @@ -3514,7 +3516,7 @@ Subcase 1: MAC_IPV4_ESP queue index
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv4 / esp spi is 7 / end actions queue
> index 13 / mark id 7 / end
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / esp spi is 7 / end actions queue index 13 / mark id 7 /
> + end
> 
>  2. send matched packets, check the packets are distributed to queue 13 with
> FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue
> 13 without FDIR matched ID.
> @@ -3536,7 +3538,7 @@ Subcase 2: MAC_IPV4_ESP rss queues
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv4 / esp spi is 7 / end actions rss
> queues 1 2 3 4 end / mark id 6 / end
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / esp spi is 7 / end actions rss queues 1 2 3 4 end /
> + mark id 6 / end
> 
>  2. send matched packets, check the packets are distributed to queue 1 or 2
> or 3 or 4 with FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue 1
> or 2 or 3 or 4 without FDIR matched ID.
> @@ -3546,12 +3548,57 @@ Subcase 2: MAC_IPV4_ESP rss queues  4. verify
> matched packets are not distributed to queue 1 or 2 or 3 or 4 without FDIR
> matched ID.
>     check there is no rule listed.
> 
> -Subcase 3: MAC_IPV4_ESP mark
> +Subcase 3: MAC_IPV4_ESP passthru
> +-----------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / esp spi is 7 / end actions passthru / mark id 1 / end
> +
> +2. send matched packets, check the packets are distributed by RSS without
> FDIR matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 4: MAC_IPV4_ESP drop
> +-------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / esp spi is 7 / end actions drop / end
> +
> +2. send matched packets, check the packets are dropped
> +   send mismatched packets, check the packets are not dropped.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are not dropped.
> +   check there is no rule listed.
> +
> +Subcase 5: MAC_IPV4_ESP mark+rss
> +-----------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / esp spi is 7 / end actions mark id 2 / rss / end
> +
> +2. send matched packets, check the packets are distributed by RSS with FDIR
> matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 6: MAC_IPV4_ESP mark
>  ----------------------------
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv4 / esp spi is 7 / end actions mark id
> 15 / end
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / esp spi is 7 / end actions mark id 15 / end
> 
>  2. send matched packets, check the packets are received with FDIR matched
> ID.
>     send mismatched packets, check the packets are received without FDIR
> matched ID.
> @@ -3561,7 +3608,6 @@ Subcase 3: MAC_IPV4_ESP mark  4. verify matched
> packets are received without FDIR matched ID.
>     check there is no rule listed.
> 
> -
>  Test case: MAC_IPV6_ESP pattern
>  ===============================
> 
> @@ -3570,7 +3616,7 @@ Subcase 1: MAC_IPV6_ESP queue index
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv6 / esp spi is 7 / end actions queue
> index 13 / mark id 7 / end
> +    flow create 0 ingress pattern eth / ipv6 dst is 2001::1 dst is
> + 2001::2 / esp spi is 7 / end actions queue index 13 / mark id 7 / end
> 
>  2. send matched packets, check the packets are distributed to queue 13 with
> FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue
> 13 without FDIR matched ID.
> @@ -3592,7 +3638,7 @@ Subcase 2: MAC_IPV6_ESP rss queues
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv6 / esp spi is 7 / end actions rss
> queues 1 2 3 4 end / mark id 6 / end
> +    flow create 0 ingress pattern eth / ipv6 dst is 2001::1 dst is
> + 2001::2 / esp spi is 7 / end actions rss queues 1 2 3 4 end / mark id
> + 6 / end
> 
>  2. send matched packets, check the packets are distributed to queue 1 or 2
> or 3 or 4 with FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue 1
> or 2 or 3 or 4 without FDIR matched ID.
> @@ -3602,12 +3648,57 @@ Subcase 2: MAC_IPV6_ESP rss queues  4. verify
> matched packets are not distributed to queue 1 or 2 or 3 or 4 without FDIR
> matched ID.
>     check there is no rule listed.
> 
> -Subcase 3: MAC_IPV6_ESP mark
> +Subcase 3: MAC_IPV6_ESP passthru
> +-----------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv6 dst is 2001::1 dst is
> + 2001::2 / esp spi is 7 / end actions passthru / mark id 1 / end
> +
> +2. send matched packets, check the packets are distributed by RSS with FDIR
> matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 4: MAC_IPV6_ESP drop
> +-------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv6 dst is 2001::1 dst is
> + 2001::2 / esp spi is 7 / end actions drop / end
> +
> +2. send matched packets, check the packets are dropped
> +   send mismatched packets, check the packets are not dropped.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are not dropped.
> +   check there is no rule listed.
> +
> +Subcase 5: MAC_IPV6_ESP mark+rss
> +-----------------------------------
> +
> + 1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv6 dst is 2001::1 dst is
> + 2001::2 / esp spi is 7 / end actions mark id 2 / rss / end
> +
> +2. send matched packets, check the packets are distributed by RSS with FDIR
> matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 6: MAC_IPV6_ESP mark
>  ----------------------------
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv6 / esp spi is 7 / end actions mark id
> 15 / end
> +    flow create 0 ingress pattern eth / ipv6 dst is 2001::1 dst is
> + 2001::2 / esp spi is 7 / end actions mark id 15 / end
> 
>  2. send matched packets, check the packets are received with FDIR matched
> ID.
>     send mismatched packets, check the packets are received without FDIR
> matched ID.
> @@ -3738,7 +3829,7 @@ Subcase 1: MAC_IPV4_NAT-T-ESP queue index
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 / udp / esp spi
> is 2 / end actions queue index 13 / mark id 7 / end
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / udp / esp spi is 7 / end actions queue index 13 / mark
> + id 7 / end
> 
>  2. send matched packets, check the packets are distributed to queue 13 with
> FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue
> 13 without FDIR matched ID.
> @@ -3760,7 +3851,7 @@ Subcase 2: MAC_IPV4_NAT-T-ESP rss queues
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 / udp / esp spi
> is 2 / end actions rss queues 1 2 3 4 end / mark id 6 / end
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / udp / esp spi is 7 / end actions rss queues 1 2 3 4 end
> + / mark id 6 / end
> 
>  2. send matched packets, check the packets are distributed to queue 1 or 2
> or 3 or 4 with FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue 1
> or 2 or 3 or 4 without FDIR matched ID.
> @@ -3770,12 +3861,57 @@ Subcase 2: MAC_IPV4_NAT-T-ESP rss queues  4.
> verify matched packets are not distributed to queue 1 or 2 or 3 or 4 without
> FDIR matched ID.
>     check there is no rule listed.
> 
> -Subcase 3: MAC_IPV4_NAT-T-ESP mark
> -----------------------------------
> +Subcase 3: MAC_IPV4_NAT-T-ESP passthru
> +-----------------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / udp / esp spi is 7 / end actions passthru / mark id 1 /
> + end
> +
> +2. send matched packets, check the packets are distributed by RSS with FDIR
> matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 4: MAC_IPV4_NAT-T-ESP drop
> +-------------------------------------
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 / udp / esp spi
> is 2 / end actions mark id 15 / end
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / udp / esp spi is 7 / end actions drop / end
> +
> +2. send matched packets, check the packets are dropped
> +   send mismatched packets, check the packets are not dropped.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are not dropped.
> +   check there is no rule listed.
> +
> +Subcase 5: MAC_IPV4_NAT-T-ESP mark+rss
> +-----------------------------------------
> +
> + 1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / udp / esp spi is 7 / end actions mark id 2 / rss / end
> +
> +2. send matched packets, check the packets are distributed by RSS with FDIR
> matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 6: MAC_IPV4_NAT-T-ESP mark
> +-----------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv4 src is 192.168.0.20 dst is
> + 192.168.0.21 / udp / esp spi is 7 / end actions mark id 15 / end
> 
>  2. send matched packets, check the packets are received with FDIR matched
> ID.
>     send mismatched packets, check the packets are received without FDIR
> matched ID.
> @@ -3794,7 +3930,7 @@ Subcase 1: MAC_IPV6_NAT-T-ESP queue index
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv6 src is 192.168.0.20 / udp / esp spi
> is 2 / end actions queue index 13 / mark id 7 / end
> +    flow create 0 ingress pattern eth / ipv6 src is 2001::1 dst is
> + 2001::2 / udp / esp spi is 7 / end actions queue index 13 / mark id 7
> + / end
> 
>  2. send matched packets, check the packets are distributed to queue 13 with
> FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue
> 13 without FDIR matched ID.
> @@ -3816,7 +3952,7 @@ Subcase 2: MAC_IPV6_NAT-T-ESP rss queues
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv6 src is 192.168.0.20 / udp / esp spi
> is 2 / end actions rss queues 1 2 3 4 end / mark id 6 / end
> +    flow create 0 ingress pattern eth / ipv6 src is 2001::1 dst is
> + 2001::2 / udp / esp spi is 7 / end actions rss queues 1 2 3 4 end /
> + mark id 6 / end
> 
>  2. send matched packets, check the packets are distributed to queue 1 or 2
> or 3 or 4 with FDIR matched ID.
>     send mismatched packets, check the packets are not distributed to queue 1
> or 2 or 3 or 4 without FDIR matched ID.
> @@ -3826,12 +3962,57 @@ Subcase 2: MAC_IPV6_NAT-T-ESP rss queues  4.
> verify matched packets are not distributed to queue 1 or 2 or 3 or 4 without
> FDIR matched ID.
>     check there is no rule listed.
> 
> -Subcase 3: MAC_IPV6_NAT-T-ESP mark
> +Subcase 3: MAC_IPV6_NAT-T-ESP passthru
> +-----------------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv6 src is 2001::1 dst is
> + 2001::2 / udp / esp spi is 7 / end actions passthru / mark id 1 / end
> +
> +2. send matched packets, check the packets are distributed by RSS with FDIR
> matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 4: MAC_IPV6_NAT-T-ESP drop
> +-------------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv6 src is 2001::1 dst is
> + 2001::2 / udp / esp spi is 7 / end actions drop / end
> +
> +2. send matched packets, check the packets are dropped
> +   send mismatched packets, check the packets are not dropped.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are not dropped.
> +   check there is no rule listed.
> +
> +Subcase 5: MAC_IPV6_NAT-T-ESP mark+rss
> +-----------------------------------------
> +
> +1. create filter rules::
> +
> +    flow create 0 ingress pattern eth / ipv6 src is 2001::1 dst is
> + 2001::2 / udp / esp spi is 7 / end actions mark id 2 / rss / end
> +
> +2. send matched packets, check the packets are distributed by RSS with FDIR
> matched ID.
> +   send mismatched packets, check the packets are distributed by RSS
> without FDIR matched ID.
> +
> +3. repeat step 3 of subcase 1.
> +
> +4. verify matched packets are distributed to the same queue without FDIR
> matched ID.
> +   check there is no rule listed.
> +
> +Subcase 6: MAC_IPV6_NAT-T-ESP mark
>  ----------------------------------
> 
>  1. create filter rules::
> 
> -    flow create 0 ingress pattern eth / ipv6 src is 192.168.0.20 / udp / esp spi
> is 2 / end actions mark id 15 / end
> +    flow create 0 ingress pattern eth / ipv6 src is 2001::1 dst is
> + 2001::2 / udp / esp spi is 7 / end actions mark id 15 / end
> 
>  2. send matched packets, check the packets are received with FDIR matched
> ID.
>     send mismatched packets, check the packets are received without FDIR
> matched ID.
> --
> 2.17.1


  reply	other threads:[~2021-09-14  9:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-27 21:12 [dts] [PATCH V1 0/4] enable esp flow Zhimin Huang
2021-08-27 21:12 ` [dts] [PATCH V1 1/4] test_plans/cvl_fdir_test_plan:add esp flow test plan Zhimin Huang
2021-08-27 21:12 ` [dts] [PATCH V1 2/4] test_plans/iavf_fdir_test_plan:add " Zhimin Huang
2021-09-14  9:04   ` Lin, Xueqin [this message]
2021-08-27 21:12 ` [dts] [PATCH V1 3/4] tests/cvl_fdir:add esp flow test case Zhimin Huang
2021-08-27 21:12 ` [dts] [PATCH V1 4/4] tests/iavf_fdir:add " Zhimin Huang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BN7PR11MB2658D7C03B138D1CFE8EFC3394DA9@BN7PR11MB2658.namprd11.prod.outlook.com \
    --to=xueqin.lin@intel.com \
    --cc=dts@dpdk.org \
    --cc=zhiminx.huang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).