RE: crypto decryption support in test-crypto-perf pmd-cycle-count test

2023-07-21 Thread Suanming Mou
, 2023 8:04 PM To: Suanming Mou ; ciara.po...@intel.com Cc: dev@dpdk.org Subject: RE: crypto decryption support in test-crypto-perf pmd-cycle-count test Yes, for auth cases, the PMD may give errors. However, cipher only cases would work without issues. You can send a patch to fix this. But make

RE: crypto decryption support in test-crypto-perf pmd-cycle-count test

2023-07-21 Thread Akhil Goyal
: dev@dpdk.org Subject: [EXT] RE: crypto decryption support in test-crypto-perf pmd-cycle-count test External Email Thanks Akhil. Yes, I see. But for decryption, we should prepare the correct cipher data, right? Or that test does not make any sense. I assume

RE: crypto decryption support in test-crypto-perf pmd-cycle-count test

2023-07-21 Thread Suanming Mou
...@intel.com Cc: dev@dpdk.org Subject: RE: crypto decryption support in test-crypto-perf pmd-cycle-count test Hi Suanming, The pmd-cycle-count mode is for counting the cycles for enqueue and dequeue. It does not matter what is the content of the packet, as we are not validating the content after

RE: crypto decryption support in test-crypto-perf pmd-cycle-count test

2023-07-21 Thread Akhil Goyal
session attached. Hence, doing memcpy to mbuf is not required. Regards, Akhil From: Suanming Mou Sent: Friday, July 21, 2023 4:06 PM To: ciara.po...@intel.com; Akhil Goyal Cc: dev@dpdk.org Subject: [EXT] crypto decryption support in test-crypto-perf pmd-cycle-count test External Email

crypto decryption support in test-crypto-perf pmd-cycle-count test

2023-07-21 Thread Suanming Mou
Hi Guys, Sorry for the inconvenience. I have one small question with pmd-cycle-count test in test-crypto-perf application. As in pmd-cycle-count run code, I don't see the cperf_mbuf_set() function is called to fill the test data. So for decryption, I assume it will always fails. Feel like pmd-cy