https://bugs.dpdk.org/show_bug.cgi?id=1487 Bug ID: 1487 Summary: blockcipher_test_case_run() does not log test_msg Product: DPDK Version: 24.07 Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: Normal Component: cryptodev Assignee: dev@dpdk.org Reporter: jack.bond-preston@arm.com Target Milestone: --- app/test/test_cryptodev_blockcipher.c:blockcipher_test_case_run() allocates a test_msg string and the test function it calls writes useful output to this. However, the string is never used, so this useful logging is never provided - even in the event of (unexpected) failures. -- You are receiving this mail because: You are the assignee for the bug.