RE: [PATCH v2 1/7] ethdev: add insertion by index with pattern

2024-09-26 Thread Ori Kam
> -Original Message- > From: Alexander Kozyrev > Sent: Wednesday, September 25, 2024 9:05 PM > > There are two flow table rules insertion type today: > pattern-based insertion when packets match on the pattern and > index-based insertion when packets always hit at the index. > We need a

[PATCH v2 1/7] ethdev: add insertion by index with pattern

2024-09-25 Thread Alexander Kozyrev
There are two flow table rules insertion type today: pattern-based insertion when packets match on the pattern and index-based insertion when packets always hit at the index. We need another mode that allows to match on the pattern at the index: insertion by index with pattern. Signed-off-by: Alex