Re: [PATCH v2 0/7] ethdev: jump to table support

2024-09-26 Thread Ferruh Yigit
On 9/25/2024 7:05 PM, Alexander Kozyrev wrote: > Introduce new Flow API JUMP_TO_TABLE_INDEX action. > It allows bypassing a hierarchy of groups and going directly > to a specified flow table. That gives a user the flexibility > to jump between different priorities in a group and eliminates > the ne

RE: [PATCH v2 0/7] ethdev: jump to table support

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

[PATCH v2 0/7] ethdev: jump to table support

2024-09-25 Thread Alexander Kozyrev
Introduce new Flow API JUMP_TO_TABLE_INDEX action. It allows bypassing a hierarchy of groups and going directly to a specified flow table. That gives a user the flexibility to jump between different priorities in a group and eliminates the need to do a table lookup in the group hierarchy. The JUMP_