numam-dpdk/examples/pipeline
Ali Alnubani 327820af90 examples/pipeline: fix build with some compilers
Fixes the following build failure with gcc 5.4.0 because
of uninitialized variables:

[..]
examples/pipeline/cli.c:1801:10: error: 'idx' may be used
  uninitialized in this function [-Werror=maybe-uninitialized]
[..]
examples/pipeline/cli.c:1916:10: error: 'idx' may be used
  uninitialized in this function [-Werror=maybe-uninitialized]
[..]

Fixes: 83f58a7b7b ("examples/pipeline: add commands for direct registers")

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
2022-09-25 16:02:25 +02:00
..
examples examples/pipeline: add commands for direct meters 2022-09-24 11:35:43 +02:00
cli.c examples/pipeline: fix build with some compilers 2022-09-25 16:02:25 +02:00
cli.h examples/pipeline: add configuration commands 2020-10-01 18:43:10 +02:00
conn.c examples/pipeline: add message passing mechanism 2020-10-01 18:43:10 +02:00
conn.h examples/pipeline: add message passing mechanism 2020-10-01 18:43:10 +02:00
main.c eal: remove unneeded includes from a public header 2022-09-21 15:31:03 +02:00
Makefile examples: fix pkg-config override 2021-05-05 22:20:24 +02:00
meson.build examples: reduce indentation in build files 2021-04-21 14:04:09 +02:00
obj.c examples/pipeline: remove obsolete tap command 2022-09-15 17:51:48 +02:00
obj.h examples/pipeline: remove obsolete tap command 2022-09-15 17:51:48 +02:00
thread.c examples/pipeline: use pipeline name query API 2022-09-15 17:51:34 +02:00
thread.h examples/pipeline: use pipeline name query API 2022-09-15 17:51:34 +02:00