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
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 dequeue of the packet. PMD/Hw will assume it as plain/encrypted payload and will process it as per the sessio