Re: [dpdk-dev] [PATCH] net/mlx5: fix mirror flow split with L3 encapsulation

2021-07-26 Thread Jiawei(Jonny) Wang
> -Original Message- > From: Thomas Monjalon > Sent: Friday, July 23, 2021 10:10 PM > To: Slava Ovsiienko ; Jiawei(Jonny) Wang > > Cc: Matan Azrad ; Ori Kam ; > Shahaf Shuler ; dev@dpdk.org; Raslan Darawsheh > ; sta...@dpdk.org > Subject: Re: [PATCH] net/mlx5: fix mirror flow split wit

Re: [dpdk-dev] [PATCH] net/mlx5: fix mirror flow split with L3 encapsulation

2021-07-23 Thread Jiawei(Jonny) Wang
Hello, > -Original Message- > From: Thomas Monjalon > Sent: Friday, July 23, 2021 8:57 PM > To: Slava Ovsiienko ; Jiawei(Jonny) Wang > > Cc: Matan Azrad ; Ori Kam ; > Shahaf Shuler ; dev@dpdk.org; Raslan Darawsheh > ; sta...@dpdk.org > Subject: Re: [PATCH] net/mlx5: fix mirror flow spli

[dpdk-dev] [PATCH] net/mlx5: fix mirror flow split with L3 encapsulation

2021-07-23 Thread Jiawei Wang
Due to hardware limitations, the decap action can't follow the sample action in the same flow, to keep the original action order of sample and decap actions the flow was internally split by PMD, and decap action was moved into suffix subflow in the new table. There is a specific combination of raw

Re: [dpdk-dev] [PATCH] net/mlx5: fix mirror flow split with L3 encapsulation

2021-07-23 Thread Thomas Monjalon
23/07/2021 16:01, Jiawei(Jonny) Wang: > Hello, > > From: Thomas Monjalon > > 23/07/2021 14:43, Jiawei Wang: > > > Due to hardware limitations, the decap action can't follow the > > > > Which decap action? Pleas be more specific. > > All of decap, vxlan_decap, nvgre_decap and raw_decap. > Will

Re: [dpdk-dev] [PATCH] net/mlx5: fix mirror flow split with L3 encapsulation

2021-07-23 Thread Thomas Monjalon
23/07/2021 14:43, Jiawei Wang: > Due to hardware limitations, the decap action can't follow the Which decap action? Pleas be more specific. > sample action in the same flow, to keep the original action order > of sample and decap actions the flow was internally split by PMD, > and decap action wa