[dpdk-dev] [dpdk-stable] [PATCH] net/sfc: fix error path inconsistency

Ferruh Yigit ferruh.yigit at intel.com
Tue Mar 30 16:15:19 CEST 2021


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 at dpdk.org
> 
> Signed-off-by: Ivan Malov <ivan.malov at oktetlabs.ru>
> Signed-off-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
> Reviewed-by: Andy Moreton <amoreton at xilinx.com>

Applied to dpdk-next-net/main, thanks.



More information about the dev mailing list