Re: [dpdk-dev] [PATCH] net/mlx5: allow jump to group lower than current

2019-11-07 Thread Raslan Darawsheh
Hi, > -Original Message- > From: dev On Behalf Of Dekel Peled > Sent: Thursday, November 7, 2019 1:34 PM > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko ; > Ori Kam > Cc: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] net/mlx5: allow jump to group lower than &

Re: [dpdk-dev] [PATCH] net/mlx5: allow jump to group lower than current

2019-11-07 Thread Slava Ovsiienko
> -Original Message- > From: Dekel Peled > Sent: Thursday, November 7, 2019 13:34 > To: Matan Azrad ; Shahaf Shuler > ; Slava Ovsiienko ; > Ori Kam > Cc: dev@dpdk.org > Subject: [PATCH] net/mlx5: allow jump to group lower than current > > In current implementation, jump action is allowed

[dpdk-dev] [PATCH] net/mlx5: allow jump to group lower than current

2019-11-07 Thread Dekel Peled
In current implementation, jump action is allowed only if target group is higher than the current flow group, This patch updates function flow_dv_validate_action_jump() to allow jump action if target group is higher or lower than the current flow group. Target group equal to current flow group is