Re: [dpdk-dev] [PATCH v3 2/5] ethdev: support flow elements with variable length

2021-10-12 Thread Ori Kam
Hi Slava and Gregory, > -Original Message- > From: dev On Behalf Of Viacheslav Ovsiienko > Sent: Monday, October 11, 2021 9:15 PM > Subject: [dpdk-dev] [PATCH v3 2/5] ethdev: support flow elements with > variable length > > From: Gregory Etelson > > RTE

[dpdk-dev] [PATCH v3 2/5] ethdev: support flow elements with variable length

2021-10-11 Thread Viacheslav Ovsiienko
From: Gregory Etelson RTE flow API provides RAW item type for packet patterns of variable length. The RAW item structure has fixed size members that describe the variable pattern length and methods to process it. A new RTE flow item type with variable length pattern that does not fit the RAW ite