RE: [PATCH v2] net/mlx5: fix jump action validation

2024-01-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: Michael Baum > Sent: Monday, November 27, 2023 2:43 PM > To: dev@dpdk.org > Cc: Matan Azrad ; Raslan Darawsheh > ; Slava Ovsiienko ; Ori Kam > ; Suanming Mou ; > dek...@mellanox.com; sta...@dpdk.org > Subject: [PATCH v2

[PATCH v2] net/mlx5: fix jump action validation

2023-11-27 Thread Michael Baum
Currently PMD doesn't allow to jump to the same group in order to avoid dead loop. But this also prevent experienced user to create flow with less Hops in order to have better performance. For example, rules in [1] should have better performance then [2]. Furthermore, this protection will not rea