RE: [PATCH 5/6] ethdev: add jump to table index action

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 5/6] ethdev: add jump to table index action

2024-09-18 Thread Alexander Kozyrev
Introduce the RTE_FLOW_ACTION_TYPE_JUMP_TO_TABLE_INDEX action. It redirects packets to a particular index in a flow table. Signed-off-by: Alexander Kozyrev --- doc/guides/rel_notes/release_24_11.rst | 4 lib/ethdev/rte_flow.c | 1 + lib/ethdev/rte_flow.h