numam-dpdk/app
Thomas Monjalon ff0633d2b1 app/eventdev: fix possible uninitialized variable
When compiling with -O1, this error can appear:
	app/test-eventdev/test_pipeline_common.c:332:6: error:
	‘ret’ may be used uninitialized in this function

If there is no device, then ret is returned without being initialized.
It is fixed by setting 0 as initial value.

Fixes: 032a965a8f ("app/eventdev: support Tx adapter")

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
2018-11-23 01:43:47 +01:00
..
pdump app/pdump: fix port id storage size 2018-11-18 22:32:47 +01:00
proc-info build: add dependency on telemetry to apps with meson 2018-10-27 15:21:33 +02:00
test-bbdev build: add dependency on telemetry to apps with meson 2018-10-27 15:21:33 +02:00
test-crypto-perf build: add dependency on telemetry to apps with meson 2018-10-27 15:21:33 +02:00
test-eventdev app/eventdev: fix possible uninitialized variable 2018-11-23 01:43:47 +01:00
test-pmd app/testpmd: fix memory leak for DSCP table 2018-11-18 22:32:47 +01:00
Makefile app/procinfo: rename folder to remove underscore 2018-03-12 16:29:27 +01:00
meson.build build: add dependency on telemetry to apps with meson 2018-10-27 15:21:33 +02:00