[dpdk-dev] [PATCH v2] app/test: fix hexdump length of cipher/plaintexts

2016-07-11 Thread Thomas Monjalon
2016-07-10 17:16, Deepak Kumar Jain: > From: Pablo de Lara > > Plaintexts and ciphertexts are dumped when debugging is enabled, > using TEST_HEXDUMP. For Snow3G and KASUMI, their lengths are in bits, > but TEST_HEXDUMP uses bytes, so lenghts are passed in bytes now. > > Fixes: 47df73a1a62f ("app

[dpdk-dev] [PATCH v2] app/test: fix hexdump length of cipher/plaintexts

2016-07-10 Thread Deepak Kumar Jain
From: Pablo de Lara Plaintexts and ciphertexts are dumped when debugging is enabled, using TEST_HEXDUMP. For Snow3G and KASUMI, their lengths are in bits, but TEST_HEXDUMP uses bytes, so lenghts are passed in bytes now. Fixes: 47df73a1a62f ("app/test: use hexdump if debug log is enabled") Signe