numam-dpdk/lib/pipeline
David Marchand 54abd300d5 pipeline: remove unreachable branch
A previous change blamed it on compiler/ASan, while this is a real
(yet minor) issue.

This return -EINVAL is never reached since we test all combinations of
fidx and fcin booleans.
All branches end up with a return 0, factorize them.

Fixes: 84f5ac9418 ("pipeline: fix build with ASan")
Fixes: f38913b7fb ("pipeline: add meter array to SWX")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2021-11-04 18:11:08 +01:00
..
meson.build build/windows: remove separate list of libs 2021-10-22 22:40:59 +02:00
rte_pipeline.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_pipeline.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_port_in_action.c lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_port_in_action.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_swx_ctl.c pipeline: support action annotations 2021-10-25 14:53:28 +02:00
rte_swx_ctl.h pipeline: support action annotations 2021-10-25 14:53:28 +02:00
rte_swx_extern.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
rte_swx_pipeline_internal.h pipeline: support action annotations 2021-10-25 14:53:28 +02:00
rte_swx_pipeline_spec.c pipeline: support action annotations 2021-10-25 14:53:28 +02:00
rte_swx_pipeline.c pipeline: remove unreachable branch 2021-11-04 18:11:08 +01:00
rte_swx_pipeline.h pipeline: support action annotations 2021-10-25 14:53:28 +02:00
rte_table_action.c mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
rte_table_action.h lib: remove librte_ prefix from directory names 2021-04-21 14:04:09 +02:00
version.map pipeline: support learner tables 2021-09-27 09:52:04 +02:00