RE: [PATCH] net/mlx5: fix err message overwrite for actions translation

2025-02-20 Thread Dariusz Sosnowski
.org > Subject: [PATCH] net/mlx5: fix err message overwrite for actions translation > > Function __flow_hw_translate_actions_template contains several encapsulated > functions that already have internal error handling process via > rte_flow_error_set > for each case. > >

[PATCH] net/mlx5: fix err message overwrite for actions translation

2025-02-19 Thread Junfeng Guo
Function __flow_hw_translate_actions_template contains several encapsulated functions that already have internal error handling process via rte_flow_error_set for each case. Thus the one (rte_flow_error_set) within the goto statement `err` at the end of __flow_hw_translate_actions_template functio