Re: [dpdk-dev] [dpdk-stable] [PATCH] net/sfc: fix error path inconsistency
From: Ferruh Yigit <hidden>
Date: 2021-03-30 14:15:26
From: Ferruh Yigit <hidden>
Date: 2021-03-30 14:15:26
On 3/26/2021 9:39 AM, Ivan Malov wrote:
At the fail label, there's a statement to set general errno and
error message. However, before the label is reached, a custom
error message can be set by the code which parses actions.
This custom (action-specific) message, when present,
must not be replaced by the general one.
Fixes: 662286ae61d2 ("net/sfc: add actions parsing stub to MAE backend")
Cc: stable@dpdk.org
Signed-off-by: Ivan Malov <redacted>
Signed-off-by: Andrew Rybchenko <redacted>
Reviewed-by: Andy Moreton <redacted>Applied to dpdk-next-net/main, thanks.