numam-dpdk/examples/pipeline
Ali Alnubani 77dd857d30 examples/pipeline: fix build
This patch fixes the following build failure seen on Ubuntu 16.04
with gcc 5.4.0 because of uninitialized variable:
  [..]
  examples/pipeline/cli.c:2853:9: error: 'session_id' may be used
    uninitialized in this function [-Werror=maybe-uninitialized]
  [..]

Fixes: 172254555f ("examples/pipeline: support packet mirroring")

Signed-off-by: Ali Alnubani <alialnu@nvidia.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@intel.com>
2022-06-07 13:12:19 +02:00
..
examples examples/pipeline: support hash functions 2022-06-01 16:09:46 +02:00
cli.c examples/pipeline: fix build 2022-06-07 13:12:19 +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 examples: add eal cleanup to examples 2021-04-21 20:21:25 +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 pipeline: move table type registration to library 2022-02-13 22:08:23 +01:00
obj.h port: add file descriptor SWX port 2021-03-23 19:50:44 +01:00
thread.c remove unnecessary null checks 2022-02-12 12:07:48 +01:00
thread.h examples/pipeline: add new example application 2020-10-01 18:43:10 +02:00