> Subject: [PATCH 3/3] test/crypto: fix RSA decrypt op validation > > Following RSA encrypt op, same plaintext buffer is used as output > buffer for decrypt op, hence comparing plaintext buffer against > same buffer pointer in crypto op always succeed irrespective of > whether decrypt op succeeds or not. This patch fixes this issue > with a local buffer for crypto op. > > Fixes: 5ae36995f10f ("test/crypto: move RSA enqueue/dequeue into functions") > Cc: stable@dpdk.org > > Signed-off-by: Gowrishankar Muthukrishnan Series Applied to dpdk-next-crypto Thanks.