Re: [PATCH 2/2] net/sfc: fix resetting mark in tunnel offload switch rules

2023-03-10 Thread Andrew Rybchenko
On 3/9/23 07:28, Ivan Malov wrote: The currently used API is unfit for the purpose as it checks the order in which the action is being added. Use a dedicated API to request the reset. Fixes: 012bf708c20f ("net/sfc: support group flows in tunnel offload") Cc: sta...@dpdk.org Signed-off-by: Ivan

[PATCH 2/2] net/sfc: fix resetting mark in tunnel offload switch rules

2023-03-08 Thread Ivan Malov
The currently used API is unfit for the purpose as it checks the order in which the action is being added. Use a dedicated API to request the reset. Fixes: 012bf708c20f ("net/sfc: support group flows in tunnel offload") Cc: sta...@dpdk.org Signed-off-by: Ivan Malov Reviewed-by: Andy Moreton ---