[PATCH] app/testpmd: fix flow creation parsing
Ferruh Yigit
ferruh.yigit at intel.com
Thu Mar 3 14:39:28 CET 2022
On 3/2/2022 8:33 AM, Huang, ZhiminX wrote:
>> -----Original Message-----
>> From: Ori Kam <orika at nvidia.com>
>> Sent: Wednesday, March 2, 2022 4:13 PM
>> To: Alexander Kozyrev <akozyrev at nvidia.com>; dev at dpdk.org
>> Cc: Suanming Mou <suanmingm at nvidia.com>
>> Subject: RE: [PATCH] app/testpmd: fix flow creation parsing
>>
>> Hi Alexander,
>>
>>
>>> -----Original Message-----
>>> From: Alexander Kozyrev <akozyrev at nvidia.com>
>>> 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 <akozyrev at nvidia.com>
>>
>> Acked-by: Ori Kam <orika at nvidia.com>
>
> Tested-by: Zhimin Huang <zhiminx.huang at intel.com >
>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list