RE: [EXT] [PATCH v2] test/crypto: fix warnings for optimization=1 build

2022-06-15 Thread Akhil Goyal
> Fail IPSec ESN and antireplay cases, if there are no packets. Fixes > following warning when using optimization=1 build flag with GCC 11. > > ../app/test/test_cryptodev.c: In function ‘test_ipsec_pkt_replay’: > ../app/test/test_cryptodev.c:10074:15: warning: ‘td_outb’ may be used > uninitialized

RE: [EXT] [PATCH v2] test/crypto: fix warnings for optimization=1 build

2022-06-13 Thread Anoob Joseph
> Fail IPSec ESN and antireplay cases, if there are no packets. Fixes following > warning when using optimization=1 build flag with GCC 11. > > ../app/test/test_cryptodev.c: In function ‘test_ipsec_pkt_replay’: > ../app/test/test_cryptodev.c:10074:15: warning: ‘td_outb’ may be used > uninitialized

[PATCH v2] test/crypto: fix warnings for optimization=1 build

2022-06-13 Thread Rahul Lakkireddy
Fail IPSec ESN and antireplay cases, if there are no packets. Fixes following warning when using optimization=1 build flag with GCC 11. ../app/test/test_cryptodev.c: In function ‘test_ipsec_pkt_replay’: ../app/test/test_cryptodev.c:10074:15: warning: ‘td_outb’ may be used uninitialized [-Wmaybe-u