RE: [EXT] [PATCH] test/crypto: fix the bug of wrong debug messages

2022-09-01 Thread Sunyang Wu
Thank you for your reference! I hope this email finds you well! Best wishes, Sunyang -Original Message- From: Akhil Goyal Sent: Sunday, August 28, 16:58 PM To: Sunyang Wu ; dev@dpdk.org Cc: roy.fan.zh...@intel.com; sta...@dpdk.org Subject: RE: [EXT] [PATCH] test/crypto: fix the bug of

RE: [EXT] [PATCH] test/crypto: fix the bug of wrong debug messages

2022-08-28 Thread Akhil Goyal
> When the queue_ops_rsa_enc_dec function is called, the plaintext will > be printed twice instead of both plaintext and ciphertext. When the > create_aead_operation function is called, the contents of iv and aad > will be printed incorrectly. This patch fixes the issues above. > > Fixes: 77a217a1

[PATCH] test/crypto: fix the bug of wrong debug messages

2022-07-25 Thread Sunyang Wu
When the queue_ops_rsa_enc_dec function is called, the plaintext will be printed twice instead of both plaintext and ciphertext. When the create_aead_operation function is called, the contents of iv and aad will be printed incorrectly. This patch fixes the issues above. Fixes: 77a217a19bb7 ("test/