Re: [dpdk-dev] [PATCH 0/9] test/crypto: code cleanup

2020-05-09 Thread Akhil Goyal
Hi Ruifeng, > > Tested on armv8 platform. > armv8 PMD and null PMD are OK. > cryptodev_openssl_autotest has a failure. I have added a workaround to fix the openssl failure in v2. It is caused by the 8/9 patch Of the patchset due to some dependency. I have altered the execution of two tests And

Re: [dpdk-dev] [PATCH 0/9] test/crypto: code cleanup

2020-05-08 Thread Ruifeng Wang
> -Original Message- > From: Akhil Goyal > Sent: Tuesday, May 5, 2020 5:58 AM > To: dev@dpdk.org > Cc: Ruifeng Wang ; declan.dohe...@intel.com; > asoma...@amd.com; ano...@marvell.com; roy.fan.zh...@intel.com; > fiona.tr...@intel.com; t...@semihalf.com; rnagadhee...@marvell.com; > adwiv..

Re: [dpdk-dev] [PATCH 0/9] test/crypto: code cleanup

2020-05-05 Thread Dybkowski, AdamX
Hi Akhil. I checked these PMDs work properly after applying this patch series: QAT, SW_ZUC, SW_SNOW3G, SCHEDULER, NULL But there is a problem with OpenSSL PMD - it fails in one test now: + TestCase [15] : test_stats failed As it is software-only PMD, you can verify this also on your side. Please