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

2024-09-25 Thread Dariusz Sosnowski
> -Original Message- > From: Alexander Kozyrev > Sent: Thursday, September 19, 2024 02:48 > To: dev@dpdk.org > Cc: Dariusz Sosnowski ; Ori Kam > ; NBU-Contact-Thomas Monjalon (EXTERNAL) > ; Matan Azrad ; > ferruh.yi...@amd.com; step...@networkplumber.org > Subje

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

2024-09-18 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