On 3/2/2022 8:33 AM, Huang, ZhiminX wrote:
-----Original Message-----
From: Ori Kam <[email protected]>
Sent: Wednesday, March 2, 2022 4:13 PM
To: Alexander Kozyrev <[email protected]>; [email protected]
Cc: Suanming Mou <[email protected]>
Subject: RE: [PATCH] app/testpmd: fix flow creation parsing

Hi Alexander,


-----Original Message-----
From: Alexander Kozyrev <[email protected]>
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 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 not happen for the flow creation.
Fix parsing mechanism to differentiate between these two cases.

Bugzilla ID: 941
Fixes: 04cc665fab ("app/testpmd: add flow template management")

Signed-off-by: Alexander Kozyrev <[email protected]>

Acked-by: Ori Kam <[email protected]>

Tested-by: Zhimin Huang <[email protected] >


Applied to dpdk-next-net/main, thanks.

Reply via email to