numam-dpdk/drivers/net/sfc
Ivan Malov 85a9c42499 net/sfc: fix error path inconsistency
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: 662286ae61 ("net/sfc: add actions parsing stub to MAE backend")
Cc: stable@dpdk.org

Signed-off-by: Ivan Malov <ivan.malov@oktetlabs.ru>
Signed-off-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Reviewed-by: Andy Moreton <amoreton@xilinx.com>
2021-03-30 16:13:44 +02:00
..
meson.build net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_debug.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_dp_rx.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_dp_tx.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_dp.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_dp.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef10_essb_rx.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef10_rx_ev.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef10_rx.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef10_tx.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef10.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef100_rx.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef100_tx.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ef100.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ethdev.c ethdev: replace callback getting filter operations 2021-03-26 18:37:13 +01:00
sfc_ev.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_ev.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_filter.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_filter.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_flow.c net/sfc: allow PPPoE flow pattern items 2021-03-24 13:26:52 +01:00
sfc_flow.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_intr.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_kvargs.c net/sfc: skip driver probe for incompatible device class 2021-03-16 12:39:42 +01:00
sfc_kvargs.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_log.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_mae.c net/sfc: fix error path inconsistency 2021-03-30 16:13:44 +02:00
sfc_mae.h net/sfc: support action VXLAN encap in MAE backend 2021-03-22 17:19:16 +01:00
sfc_mcdi.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_port.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_rx.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_rx.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_sriov.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_sriov.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_switch.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_switch.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_tso.c net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_tso.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_tweak.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc_tx.c net/sfc: improve tunnel TSO mask calculation 2021-03-22 18:05:39 +01:00
sfc_tx.h net/sfc: update copyright year 2021-03-12 15:57:16 +01:00
sfc.c common/sfc_efx: move function to get family 2021-03-16 12:39:42 +01:00
sfc.h net/sfc: skip driver probe for incompatible device class 2021-03-16 12:39:42 +01:00
version.map build: remove library name from version map file name 2020-10-19 22:13:59 +02:00