Re: [PATCH] app/testpmd: fix flow creation parsing

2022-03-03 Thread Ferruh Yigit
On 3/2/2022 8:33 AM, Huang, ZhiminX wrote: -Original Message- From: Ori Kam Sent: Wednesday, March 2, 2022 4:13 PM To: Alexander Kozyrev ; dev@dpdk.org Cc: Suanming Mou Subject: RE: [PATCH] app/testpmd: fix flow creation parsing Hi Alexander, -Original Message- From

RE: [PATCH] app/testpmd: fix flow creation parsing

2022-03-02 Thread Huang, ZhiminX
> -Original Message- > From: Ori Kam > Sent: Wednesday, March 2, 2022 4:13 PM > To: Alexander Kozyrev ; dev@dpdk.org > Cc: Suanming Mou > Subject: RE: [PATCH] app/testpmd: fix flow creation parsing > > Hi Alexander, > > > > -Original Mess

RE: [PATCH] app/testpmd: fix flow creation parsing

2022-03-02 Thread Ori Kam
Hi Alexander, > -Original Message- > From: Alexander Kozyrev > Subject: [PATCH] app/testpmd: fix flow creation parsing > > A pattern template creation shares the parsing mechanism with > a simple flow creation. The pattern template creation only consists > of pa

[PATCH] app/testpmd: fix flow creation parsing

2022-03-01 Thread Alexander Kozyrev
A pattern template creation shares the parsing mechanism with a simple flow creation. The pattern template creation only consists of pattern items while the flow creation continues with actions. The parsing mechanism now accommodates both cases and allows to stop at the item end token, which should