> -----Original Message----- > From: Alexander Kozyrev <akozy...@nvidia.com> > Sent: Thursday, September 19, 2024 02:48 > To: dev@dpdk.org > Cc: Dariusz Sosnowski <dsosnow...@nvidia.com>; Ori Kam > <or...@nvidia.com>; NBU-Contact-Thomas Monjalon (EXTERNAL) > <tho...@monjalon.net>; Matan Azrad <ma...@nvidia.com>; > ferruh.yi...@amd.com; step...@networkplumber.org > Subject: [PATCH 1/6] ethdev: add insertion by index with pattern > > 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: Alexander Kozyrev <akozy...@nvidia.com>
Acked-by: Dariusz Sosnowski <dsosnow...@nvidia.com> Best regards, Dariusz Sosnowski