Re: [PATCH] app/testpmd: fix flex item input link parsing

2022-03-14 Thread Thomas Monjalon
> > Testpmd reads flex item configuration from a JSON file. > > Flex item input link description is stored in testpmd flow item format. For > > example, `eth type is 0x0800`. > > The item description is placed into a general testpmd CLI flow rule command > > template and parsed to convert string in

RE: [PATCH] app/testpmd: fix flex item input link parsing

2022-03-14 Thread Slava Ovsiienko
Slava Ovsiienko > Subject: [PATCH] app/testpmd: fix flex item input link parsing > > Testpmd reads flex item configuration from a JSON file. > Flex item input link description is stored in testpmd flow item format. For > example, `eth type is 0x0800`. > The item description is placed

[PATCH] app/testpmd: fix flex item input link parsing

2022-03-09 Thread Gregory Etelson
Testpmd reads flex item configuration from a JSON file. Flex item input link description is stored in testpmd flow item format. For example, `eth type is 0x0800`. The item description is placed into a general testpmd CLI flow rule command template and parsed to convert string into flow item object.