numam-dpdk/app
Kevin Traynor 50eea2bfa7 test: fix build with GCC 11
GCC 11 complains that 'a' is uninitialized.

../dpdk/app/test/test_prefetch.c: In function 'test_prefetch':
../dpdk/app/test/test_prefetch.c:25:9:
error: 'a' may be used uninitialized [-Werror=maybe-uninitialized]
   25 |         rte_prefetch0(&a);
      |         ^~~~~~~~~~~~~~~~~

Fix by initializing 'a'.

Bugzilla ID: 714
Fixes: af75078fec ("first public release")
Cc: stable@dpdk.org

Reported-by: Ali Alnubani <alialnu@nvidia.com>
Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
Tested-by: Ali Alnubani <alialnu@nvidia.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
2021-05-20 23:10:22 +02:00
..
pdump
proc-info
test test: fix build with GCC 11 2021-05-20 23:10:22 +02:00
test-acl
test-bbdev app/bbdev: fix HARQ error messages 2021-05-05 15:57:59 +02:00
test-cmdline
test-compress-perf app: reduce indentation in build files 2021-04-21 14:04:09 +02:00
test-crypto-perf app/crypto-perf: check memory allocation 2021-05-12 18:14:19 +02:00
test-eventdev app/eventdev: fix lcore parsing skipping last core 2021-05-09 18:00:18 +02:00
test-fib
test-flow-perf ethdev: add pre-defined meter policy API 2021-04-21 12:22:17 +02:00
test-pipeline app: reduce indentation in build files 2021-04-21 14:04:09 +02:00
test-pmd app/testpmd: support action meter color 2021-05-12 14:06:27 +02:00
test-regex app/regex: fix usage text 2021-04-09 14:31:41 +02:00
test-sad
meson.build app: reduce indentation in build files 2021-04-21 14:04:09 +02:00