Re: [dpdk-dev] [PATCH v5 5/5] app/testpmd: add flex item CLI commands

2021-10-14 Thread Gregory Etelson
Hello Ferruh, ..snip.. > > testpmd> flow flex_item create > > > > > The file here is .json file, right? What do you > think to provide some > sample .json file? I am not quite sure though > where can be a place for > them, perhaps a sub-folder under testpmd? > JSON file example will be added

Re: [dpdk-dev] [PATCH v5 5/5] app/testpmd: add flex item CLI commands

2021-10-14 Thread Ferruh Yigit
On 10/12/2021 1:54 PM, Viacheslav Ovsiienko wrote: From: Gregory Etelson Network port hardware is shipped with fixed number of supported network protocols. If application must work with a protocol that is not included in the port hardware by default, it can try to add the new protocol to port h

[dpdk-dev] [PATCH v5 5/5] app/testpmd: add flex item CLI commands

2021-10-12 Thread Viacheslav Ovsiienko
From: Gregory Etelson Network port hardware is shipped with fixed number of supported network protocols. If application must work with a protocol that is not included in the port hardware by default, it can try to add the new protocol to port hardware. Flex item or flex parser is port infrastruc