[V1] test_plans/cvl_ip_fragment_rte_flow:simply ipfragment rule

Message ID 20210728141158.29240-1-zhiminx.huang@intel.com (mailing list archive)
State Accepted
Headers
Series [V1] test_plans/cvl_ip_fragment_rte_flow:simply ipfragment rule |

Commit Message

Huang, ZhiminX July 28, 2021, 2:11 p.m. UTC
  *.sync dpdk code to simply ipfragment rule

Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
---
 .../cvl_ip_fragment_rte_flow_test_plan.rst    | 42 +++++++++----------
 1 file changed, 21 insertions(+), 21 deletions(-)
  

Comments

Tu, Lijuan Sept. 13, 2021, 4:43 a.m. UTC | #1
Could please provide dpdk commit ?

> -----Original Message-----
> From: dts <dts-bounces@dpdk.org> On Behalf Of Zhimin Huang
> Sent: 2021年7月28日 22:12
> To: dts@dpdk.org
> Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: [dts] [PATCH V1] test_plans/cvl_ip_fragment_rte_flow:simply
> ipfragment rule
> 
> *.sync dpdk code to simply ipfragment rule
> 
> Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
> ---
>  .../cvl_ip_fragment_rte_flow_test_plan.rst    | 42 +++++++++----------
>  1 file changed, 21 insertions(+), 21 deletions(-)
> 
> diff --git a/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> b/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> index 634550b1..704b590c 100644
> --- a/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> +++ b/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> @@ -104,9 +104,9 @@ take 'MAC_IPV4_FRAG fdir queue index' for fdir example
>  ------------------------------------------------------
>  1. validate and create rule::
> 
> -      flow validate 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark / end
> +      flow validate 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark
> + / end
>        Flow rule validated
> -      flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions queue index 1 / mark / end
> +      flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark
> + / end
>        Flow rule #0 created
> 
>  2. send matched pkts and check two pkts distributed to queue 1, `RSS
> hash=0x261a7deb - RSS queue=0x1` in output::
> @@ -238,7 +238,7 @@ Subcase 1: MAC_IPV4_FRAG fdir queue index
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions queue index 1 / mark / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark
> + / end
> 
>  2. matched packets::
> 
> @@ -253,7 +253,7 @@ Subcase 2: MAC_IPV4_FRAG fdir rss queues
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions rss queues 2 3 end / mark / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions rss queues 2 3 end /
> + mark / end
> 
>  2. matched packets::
> 
> @@ -268,7 +268,7 @@ Subcase 3: MAC_IPV4_FRAG fdir passthru
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions passthru / mark / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions passthru / mark / end
> 
>  2. matched packets::
> 
> @@ -283,7 +283,7 @@ Subcase 4: MAC_IPV4_FRAG fdir drop
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions drop / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions drop / end
> 
>  2. matched packets::
> 
> @@ -298,7 +298,7 @@ Subcase 5: MAC_IPV4_FRAG fdir mark+rss
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions mark / rss / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions mark / rss / end
> 
>  2. matched packets::
> 
> @@ -313,7 +313,7 @@ Subcase 6: MAC_IPV4_FRAG fdir mark
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions mark id 1 / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions mark id 1 / end
> 
>  2. matched packets::
> 
> @@ -331,7 +331,7 @@ Subcase 1: MAC_IPV6_FRAG fdir queue index
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0
> packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001
> frag_data last 0xffff frag_data mask 0xffff / end actions queue index 1 / mark /
> end
> +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data
> + spec 0x0001 frag_data mask 0x0001 / end actions queue index 1 / mark /
> + end
> 
>  2. matched packets::
> 
> @@ -346,7 +346,7 @@ Subcase 2: MAC_IPV6_FRAG fdir rss queues
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0
> packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001
> frag_data last 0xffff frag_data mask 0xffff / end actions rss queues 2 3 / mark /
> end
> +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data
> + spec 0x0001 frag_data mask 0x0001 / end actions rss queues 2 3 end /
> + mark / end
> 
>  2. matched packets::
> 
> @@ -361,7 +361,7 @@ Subcase 3: MAC_IPV6_FRAG fdir passthru
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0
> packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001
> frag_data last 0xffff frag_data mask 0xffff / end actions passthru / mark / end
> +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data
> + spec 0x0001 frag_data mask 0x0001 / end actions passthru / mark / end
> 
>  2. matched packets::
> 
> @@ -376,7 +376,7 @@ Subcase 4: MAC_IPV6_FRAG fdir drop
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0
> packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001
> frag_data last 0xffff frag_data mask 0xffff / end actions drop / end
> +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data
> + spec 0x0001 frag_data mask 0x0001 / end actions drop / end
> 
>  2. matched packets::
> 
> @@ -391,7 +391,7 @@ Subcase 5: MAC_IPV6_FRAG fdir mark+rss
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0
> packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001
> frag_data last 0xffff frag_data mask 0xffff / end actions mark / rss / end
> +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data
> + spec 0x0001 frag_data mask 0x0001 / end actions mark / rss / end
> 
>  2. matched packets::
> 
> @@ -406,7 +406,7 @@ Subcase 6: MAC_IPV6_FRAG fdir mark
> 
>  1. rules::
> 
> -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0
> packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001
> frag_data last 0xffff frag_data mask 0xffff / end actions mark id 1 / end
> +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data
> + spec 0x0001 frag_data mask 0x0001 / end actions mark id 1 / end
> 
>  2. matched packets::
> 
> @@ -427,7 +427,7 @@ take 'mac_ipv4_frag_l2dst_fdir_queue_index' example::
> 
>     1.rules:
> 
> -      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv4 packet_id
> spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000
> fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue
> index 1 / mark / end
> +      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv4
> + fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions
> + queue index 1 / mark / end
> 
>     2.matched packets:
> 
> @@ -452,7 +452,7 @@ take 'mac_ipv6_frag_l2dst_fdir_queue_index' example::
> 
>     1.rules:
> 
> -      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv6 /
> ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff
> frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions
> queue index 1 / mark / end
> +      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv6
> + / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end
> + actions queue index 1 / mark / end
> 
>     2.matched packets:
> 
> @@ -478,7 +478,7 @@ take 'mac_ipv4_frag_l3src_fdir_queue_index' example::
> 
>     1.rules:
> 
> -      flow create 0 ingress pattern eth / ipv4 src is 192.168.1.1 packet_id spec 0
> packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000
> fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue
> index 1 / mark / end
> +      flow create 0 ingress pattern eth / ipv4 src is 192.168.1.1
> + fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions
> + queue index 1 / mark / end
> 
>     2.matched packets:
> 
> @@ -505,7 +505,7 @@ take 'mac_ipv6_frag_l3src_fdir_queue_index' example::
> 
>     1.rules:
> 
> -      flow create 0 ingress pattern eth / ipv6 src is 2001::1 / ipv6_frag_ext
> packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data
> spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions queue
> index 1 / mark / end
> +      flow create 0 ingress pattern eth / ipv6 src is 2001::1 /
> + ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end
> + actions queue index 1 / mark / end
> 
>     2.matched packets:
> 
> @@ -576,7 +576,7 @@ Subcase 1: exclusive validation fdir rule  1. create fdir
> filter rules::
> 
>       flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is
> 192.168.0.20 / end actions queue index 1 / end
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions queue index 2 / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions queue index 2 / end
> 
>  2. hit pattern/defined input set id, the pkt received for queue 2::
> 
> @@ -586,7 +586,7 @@ Subcase 2: exclusive validation fdir rule
>  -----------------------------------------
>  1. create fdir filter rules::
> 
> -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff
> packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff
> fragment_offset mask 0xffff / end actions queue index 2 / end
> +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> + 0x2000 fragment_offset mask 0x2000 / end actions queue index 2 / end
>       flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is
> 192.168.0.20 / end actions queue index 1 / end
> 
>  2. hit pattern/defined input set id, the pkt received for queue 2::
> @@ -600,7 +600,7 @@ Subcase 3: exclusive validation rss rule
>       flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4 end
> key_len 0 queues end / end
>       flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4-frag end
> key_len 0 queues end / end
> 
> -2. hit pattern/defined input set id, the pkt received for rss diffent queue::
> +2. hit pattern/defined input set id, the pkt received for rss same queue::
> 
>       p=Ether()/IP(id=47750)/Raw('X'*666); pkts=fragment6(p, 500)
>       p=Ether()/IP(id=47751)/Raw('X'*666); pkts=fragment6(p, 500)
> --
> 2.17.1
  
Huang, ZhiminX Sept. 13, 2021, 5:13 a.m. UTC | #2
Hi lijuan,

Add dpdk commit for simply pf ip fragment code:
5ae0906ee7d78834431af568aade1aace240e717

> -----Original Message-----
> From: Tu, Lijuan <lijuan.tu@intel.com>
> Sent: Monday, September 13, 2021 12:43 PM
> To: Huang, ZhiminX <zhiminx.huang@intel.com>; dts@dpdk.org
> Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> Subject: RE: [dts] [PATCH V1] test_plans/cvl_ip_fragment_rte_flow:simply
> ipfragment rule
> 
> Could please provide dpdk commit ?
> 
> > -----Original Message-----
> > From: dts <dts-bounces@dpdk.org> On Behalf Of Zhimin Huang
> > Sent: 2021年7月28日 22:12
> > To: dts@dpdk.org
> > Cc: Huang, ZhiminX <zhiminx.huang@intel.com>
> > Subject: [dts] [PATCH V1] test_plans/cvl_ip_fragment_rte_flow:simply
> > ipfragment rule
> >
> > *.sync dpdk code to simply ipfragment rule
> >
> > Signed-off-by: Zhimin Huang <zhiminx.huang@intel.com>
> > ---
> >  .../cvl_ip_fragment_rte_flow_test_plan.rst    | 42 +++++++++----------
> >  1 file changed, 21 insertions(+), 21 deletions(-)
> >
> > diff --git a/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> > b/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> > index 634550b1..704b590c 100644
> > --- a/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> > +++ b/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
> > @@ -104,9 +104,9 @@ take 'MAC_IPV4_FRAG fdir queue index' for fdir
> > example
> >  ------------------------------------------------------
> >  1. validate and create rule::
> >
> > -      flow validate 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id
> last
> > 0xffff packet_id mask 0xffff fragment_offset spec 0x2000
> > fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions
> > queue index 1 / mark / end
> > +      flow validate 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 /
> > + mark / end
> >        Flow rule validated
> > -      flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id
> last 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark
> > / end
> > +      flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 /
> > + mark / end
> >        Flow rule #0 created
> >
> >  2. send matched pkts and check two pkts distributed to queue 1, `RSS
> > hash=0x261a7deb - RSS queue=0x1` in output::
> > @@ -238,7 +238,7 @@ Subcase 1: MAC_IPV4_FRAG fdir queue index
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark
> > / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 /
> > + mark / end
> >
> >  2. matched packets::
> >
> > @@ -253,7 +253,7 @@ Subcase 2: MAC_IPV4_FRAG fdir rss queues
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions rss queues 2 3 end /
> > mark / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions rss queues 2 3 end
> > + / mark / end
> >
> >  2. matched packets::
> >
> > @@ -268,7 +268,7 @@ Subcase 3: MAC_IPV4_FRAG fdir passthru
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions passthru / mark / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions passthru / mark /
> > + end
> >
> >  2. matched packets::
> >
> > @@ -283,7 +283,7 @@ Subcase 4: MAC_IPV4_FRAG fdir drop
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions drop / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions drop / end
> >
> >  2. matched packets::
> >
> > @@ -298,7 +298,7 @@ Subcase 5: MAC_IPV4_FRAG fdir mark+rss
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions mark / rss / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions mark / rss / end
> >
> >  2. matched packets::
> >
> > @@ -313,7 +313,7 @@ Subcase 6: MAC_IPV4_FRAG fdir mark
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions mark id 1 / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions mark id 1 / end
> >
> >  2. matched packets::
> >
> > @@ -331,7 +331,7 @@ Subcase 1: MAC_IPV6_FRAG fdir queue index
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec
> 0
> > packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec
> > 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions queue
> > index 1 / mark / end
> > +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext
> > + frag_data spec 0x0001 frag_data mask 0x0001 / end actions queue
> > + index 1 / mark / end
> >
> >  2. matched packets::
> >
> > @@ -346,7 +346,7 @@ Subcase 2: MAC_IPV6_FRAG fdir rss queues
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec
> 0
> > packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec
> > 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions rss
> > queues 2 3 / mark / end
> > +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext
> > + frag_data spec 0x0001 frag_data mask 0x0001 / end actions rss queues
> > + 2 3 end / mark / end
> >
> >  2. matched packets::
> >
> > @@ -361,7 +361,7 @@ Subcase 3: MAC_IPV6_FRAG fdir passthru
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec
> 0
> > packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec
> > 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions
> > passthru / mark / end
> > +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext
> > + frag_data spec 0x0001 frag_data mask 0x0001 / end actions passthru /
> > + mark / end
> >
> >  2. matched packets::
> >
> > @@ -376,7 +376,7 @@ Subcase 4: MAC_IPV6_FRAG fdir drop
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec
> 0
> > packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec
> > 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions drop
> > / end
> > +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext
> > + frag_data spec 0x0001 frag_data mask 0x0001 / end actions drop / end
> >
> >  2. matched packets::
> >
> > @@ -391,7 +391,7 @@ Subcase 5: MAC_IPV6_FRAG fdir mark+rss
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec
> 0
> > packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec
> > 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions mark
> > / rss / end
> > +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext
> > + frag_data spec 0x0001 frag_data mask 0x0001 / end actions mark / rss
> > + / end
> >
> >  2. matched packets::
> >
> > @@ -406,7 +406,7 @@ Subcase 6: MAC_IPV6_FRAG fdir mark
> >
> >  1. rules::
> >
> > -     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec
> 0
> > packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec
> > 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions mark
> > id 1 / end
> > +     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext
> > + frag_data spec 0x0001 frag_data mask 0x0001 / end actions mark id 1
> > + / end
> >
> >  2. matched packets::
> >
> > @@ -427,7 +427,7 @@ take 'mac_ipv4_frag_l2dst_fdir_queue_index'
> example::
> >
> >     1.rules:
> >
> > -      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv4
> packet_id
> > spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset
> > spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff /
> > end actions queue index 1 / mark / end
> > +      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 /
> > + ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end
> > + actions queue index 1 / mark / end
> >
> >     2.matched packets:
> >
> > @@ -452,7 +452,7 @@ take 'mac_ipv6_frag_l2dst_fdir_queue_index'
> example::
> >
> >     1.rules:
> >
> > -      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv6 /
> > ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id
> > mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data
> > mask 0xffff / end actions queue index 1 / mark / end
> > +      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 /
> > + ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 /
> > + end actions queue index 1 / mark / end
> >
> >     2.matched packets:
> >
> > @@ -478,7 +478,7 @@ take 'mac_ipv4_frag_l3src_fdir_queue_index'
> example::
> >
> >     1.rules:
> >
> > -      flow create 0 ingress pattern eth / ipv4 src is 192.168.1.1 packet_id
> spec 0
> > packet_id last 0xffff packet_id mask 0xffff fragment_offset spec
> > 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end
> > actions queue index 1 / mark / end
> > +      flow create 0 ingress pattern eth / ipv4 src is 192.168.1.1
> > + fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end
> > + actions queue index 1 / mark / end
> >
> >     2.matched packets:
> >
> > @@ -505,7 +505,7 @@ take 'mac_ipv6_frag_l3src_fdir_queue_index'
> example::
> >
> >     1.rules:
> >
> > -      flow create 0 ingress pattern eth / ipv6 src is 2001::1 / ipv6_frag_ext
> > packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff
> > frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff /
> > end actions queue index 1 / mark / end
> > +      flow create 0 ingress pattern eth / ipv6 src is 2001::1 /
> > + ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end
> > + actions queue index 1 / mark / end
> >
> >     2.matched packets:
> >
> > @@ -576,7 +576,7 @@ Subcase 1: exclusive validation fdir rule  1.
> > create fdir filter rules::
> >
> >       flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 /
> > ipv4 src is
> > 192.168.0.20 / end actions queue index 1 / end
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions queue index 2 / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions queue index 2 / end
> >
> >  2. hit pattern/defined input set id, the pkt received for queue 2::
> >
> > @@ -586,7 +586,7 @@ Subcase 2: exclusive validation fdir rule
> >  -----------------------------------------
> >  1. create fdir filter rules::
> >
> > -     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last
> 0xffff
> > packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last
> > 0x1fff fragment_offset mask 0xffff / end actions queue index 2 / end
> > +     flow create 0 ingress pattern eth / ipv4 fragment_offset spec
> > + 0x2000 fragment_offset mask 0x2000 / end actions queue index 2 / end
> >       flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 /
> > ipv4 src is
> > 192.168.0.20 / end actions queue index 1 / end
> >
> >  2. hit pattern/defined input set id, the pkt received for queue 2::
> > @@ -600,7 +600,7 @@ Subcase 3: exclusive validation rss rule
> >       flow create 0 ingress pattern eth / ipv4 / end actions rss types
> > ipv4 end key_len 0 queues end / end
> >       flow create 0 ingress pattern eth / ipv4 / end actions rss types
> > ipv4-frag end key_len 0 queues end / end
> >
> > -2. hit pattern/defined input set id, the pkt received for rss diffent queue::
> > +2. hit pattern/defined input set id, the pkt received for rss same queue::
> >
> >       p=Ether()/IP(id=47750)/Raw('X'*666); pkts=fragment6(p, 500)
> >       p=Ether()/IP(id=47751)/Raw('X'*666); pkts=fragment6(p, 500)
> > --
> > 2.17.1
>
  
Tu, Lijuan Sept. 14, 2021, 8:20 a.m. UTC | #3
> -----Original Message-----
> From: Huang, ZhiminX <zhiminx.huang@intel.com>
> Sent: 2021年9月13日 13:14
> To: Tu, Lijuan <lijuan.tu@intel.com>; dts@dpdk.org
> Subject: RE: [dts] [PATCH V1] test_plans/cvl_ip_fragment_rte_flow:simply
> ipfragment rule
> 
> Hi lijuan,
> 
> Add dpdk commit for simply pf ip fragment code:
> 5ae0906ee7d78834431af568aade1aace240e717

Applied with commit message changed.
  

Patch

diff --git a/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst b/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
index 634550b1..704b590c 100644
--- a/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
+++ b/test_plans/cvl_ip_fragment_rte_flow_test_plan.rst
@@ -104,9 +104,9 @@  take 'MAC_IPV4_FRAG fdir queue index' for fdir example
 ------------------------------------------------------
 1. validate and create rule::
 
-      flow validate 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark / end
+      flow validate 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark / end
       Flow rule validated
-      flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark / end
+      flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark / end
       Flow rule #0 created
 
 2. send matched pkts and check two pkts distributed to queue 1, `RSS hash=0x261a7deb - RSS queue=0x1` in output::
@@ -238,7 +238,7 @@  Subcase 1: MAC_IPV4_FRAG fdir queue index
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark / end
 
 2. matched packets::
 
@@ -253,7 +253,7 @@  Subcase 2: MAC_IPV4_FRAG fdir rss queues
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions rss queues 2 3 end / mark / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions rss queues 2 3 end / mark / end
 
 2. matched packets::
 
@@ -268,7 +268,7 @@  Subcase 3: MAC_IPV4_FRAG fdir passthru
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions passthru / mark / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions passthru / mark / end
 
 2. matched packets::
 
@@ -283,7 +283,7 @@  Subcase 4: MAC_IPV4_FRAG fdir drop
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions drop / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions drop / end
 
 2. matched packets::
 
@@ -298,7 +298,7 @@  Subcase 5: MAC_IPV4_FRAG fdir mark+rss
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions mark / rss / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions mark / rss / end
 
 2. matched packets::
 
@@ -313,7 +313,7 @@  Subcase 6: MAC_IPV4_FRAG fdir mark
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions mark id 1 / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions mark id 1 / end
 
 2. matched packets::
 
@@ -331,7 +331,7 @@  Subcase 1: MAC_IPV6_FRAG fdir queue index
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions queue index 1 / mark / end
+     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions queue index 1 / mark / end
 
 2. matched packets::
 
@@ -346,7 +346,7 @@  Subcase 2: MAC_IPV6_FRAG fdir rss queues
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions rss queues 2 3 / mark / end
+     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions rss queues 2 3 end / mark / end
 
 2. matched packets::
 
@@ -361,7 +361,7 @@  Subcase 3: MAC_IPV6_FRAG fdir passthru
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions passthru / mark / end
+     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions passthru / mark / end
 
 2. matched packets::
 
@@ -376,7 +376,7 @@  Subcase 4: MAC_IPV6_FRAG fdir drop
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions drop / end
+     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions drop / end
 
 2. matched packets::
 
@@ -391,7 +391,7 @@  Subcase 5: MAC_IPV6_FRAG fdir mark+rss
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions mark / rss / end
+     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions mark / rss / end
 
 2. matched packets::
 
@@ -406,7 +406,7 @@  Subcase 6: MAC_IPV6_FRAG fdir mark
 
 1. rules::
 
-     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions mark id 1 / end
+     flow create 0 ingress pattern eth / ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions mark id 1 / end
 
 2. matched packets::
 
@@ -427,7 +427,7 @@  take 'mac_ipv4_frag_l2dst_fdir_queue_index' example::
 
    1.rules:
 
-      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark / end
+      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark / end
 
    2.matched packets:
 
@@ -452,7 +452,7 @@  take 'mac_ipv6_frag_l2dst_fdir_queue_index' example::
 
    1.rules:
 
-      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv6 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions queue index 1 / mark / end
+      flow create 0 ingress pattern eth dst is 00:00:00:00:00:01 / ipv6 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions queue index 1 / mark / end
 
    2.matched packets:
 
@@ -478,7 +478,7 @@  take 'mac_ipv4_frag_l3src_fdir_queue_index' example::
 
    1.rules:
 
-      flow create 0 ingress pattern eth / ipv4 src is 192.168.1.1 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue index 1 / mark / end
+      flow create 0 ingress pattern eth / ipv4 src is 192.168.1.1 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions queue index 1 / mark / end
 
    2.matched packets:
 
@@ -505,7 +505,7 @@  take 'mac_ipv6_frag_l3src_fdir_queue_index' example::
 
    1.rules:
 
-      flow create 0 ingress pattern eth / ipv6 src is 2001::1 / ipv6_frag_ext packet_id spec 0 packet_id last 0xffffffff packet_id mask 0xffffffff frag_data spec 0x0001 frag_data last 0xffff frag_data mask 0xffff / end actions queue index 1 / mark / end
+      flow create 0 ingress pattern eth / ipv6 src is 2001::1 / ipv6_frag_ext frag_data spec 0x0001 frag_data mask 0x0001 / end actions queue index 1 / mark / end
 
    2.matched packets:
 
@@ -576,7 +576,7 @@  Subcase 1: exclusive validation fdir rule
 1. create fdir filter rules::
 
      flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 / end actions queue index 1 / end
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue index 2 / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions queue index 2 / end
 
 2. hit pattern/defined input set id, the pkt received for queue 2::
 
@@ -586,7 +586,7 @@  Subcase 2: exclusive validation fdir rule
 -----------------------------------------
 1. create fdir filter rules::
 
-     flow create 0 ingress pattern eth / ipv4 packet_id spec 0 packet_id last 0xffff packet_id mask 0xffff fragment_offset spec 0x2000 fragment_offset last 0x1fff fragment_offset mask 0xffff / end actions queue index 2 / end
+     flow create 0 ingress pattern eth / ipv4 fragment_offset spec 0x2000 fragment_offset mask 0x2000 / end actions queue index 2 / end
      flow create 0 ingress pattern eth dst is 00:11:22:33:44:55 / ipv4 src is 192.168.0.20 / end actions queue index 1 / end
 
 2. hit pattern/defined input set id, the pkt received for queue 2::
@@ -600,7 +600,7 @@  Subcase 3: exclusive validation rss rule
      flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4 end key_len 0 queues end / end
      flow create 0 ingress pattern eth / ipv4 / end actions rss types ipv4-frag end key_len 0 queues end / end
 
-2. hit pattern/defined input set id, the pkt received for rss diffent queue::
+2. hit pattern/defined input set id, the pkt received for rss same queue::
 
      p=Ether()/IP(id=47750)/Raw('X'*666); pkts=fragment6(p, 500)
      p=Ether()/IP(id=47751)/Raw('X'*666); pkts=fragment6(p, 500)