Re: [PATCH] net/mlx5: Fix some error handling paths in 'mlx5e_tc_add_fdb_flow()'
From: Saeed Mahameed <saeedm@nvidia.com>
Date: 2021-11-16 20:45:02
Also in:
kernel-janitors, lkml, netdev
From: Saeed Mahameed <saeedm@nvidia.com>
Date: 2021-11-16 20:45:02
Also in:
kernel-janitors, lkml, netdev
On Sat, 2021-11-06 at 18:08 +0100, Christophe JAILLET wrote:
All the error handling paths of 'mlx5e_tc_add_fdb_flow()' end to
'err_out'
where 'flow_flag_set(flow, FAILED);' is called.
All but the new error handling paths added by the commits given in
the
Fixes tag below.
Fix these error handling paths and branch to 'err_out'.
Fixes: 166f431ec6be ("net/mlx5e: Add indirect tc offload of ovs
internal port")
Fixes: b16eb3c81fe2 ("net/mlx5: Support internal port as decap route
device")
Signed-off-by: Christophe JAILLET <redacted>
---
This patch is speculative, review with care.
---Applied to net-mlx5, Thanks !