RE: [PATCH v2] test/crypto: fix enqueue dequeue callback case

2024-05-23 Thread Kundapura, Ganapati
Hi, > -Original Message- > From: Akhil Goyal > Sent: Thursday, May 23, 2024 6:19 PM > To: dev@dpdk.org > Cc: Kundapura, Ganapati ; Gujjar, > Abhinandan S ; fanzhang@gmail.com; > ano...@marvell.com; Akhil Goyal ; sta...@dpdk.org > Subject: [PATCH v2] test/cry

[PATCH v2] test/crypto: fix enqueue dequeue callback case

2024-05-23 Thread Akhil Goyal
The enqueue/dequeue callback test cases were using the test_null_burst_operation() for doing enqueue/dequeue. But this function is only designed to be run for NULL PMD. Hence for other PMDs, the callback was not getting called. Now, used a function test_AES_CBC_HMAC_SHA1_encrypt_digest() which is n