> -----Original Message----- > From: Ji, Kai <[email protected]> > Sent: Tuesday, May 4, 2021 3:20 PM > To: [email protected] > Cc: [email protected]; Zhang, Roy Fan <[email protected]>; > Ji, Kai <[email protected]> > Subject: [dpdk-dev] test/crypto: fix auth-cipher compare length in oop > > For out-of-place operations, comparing expected ciphertext with > the operation result should skip cipher_offset bytes, as those > will not be copied from source to the destination buffer, making > the tests fail. > > Fixes: 02ed7b3871d6 ("test/crypto: add SNOW3G test cases for auth-cipher") > Cc: [email protected] > > Signed-off-by: Kai Ji <[email protected]> > Signed-off-by: Damian Nowak <[email protected]> > --- > app/test/test_cryptodev.c | 24 ++++++++++++++++-------- > 1 file changed, 16 insertions(+), 8 deletions(-) >
Welcome Kai! Acked-by: Fan Zhang <[email protected]>

