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
@semihalf.com; rnagadhee...@marvell.com; adwiv...@marvell.com; > g.si...@nxp.com; hemant.agra...@nxp.com; jianjay.z...@huawei.com; > De Lara Guarch, Pablo ; Akhil Goyal > > Subject: [dpdk-dev] [PATCH 0/9] test/crypto: code cleanup > > Certain cases were put in PMD specific che

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

2020-05-04 Thread Akhil Goyal
Certain cases were put in PMD specific checks which should be avoided. Appropriate capability/supported feature flag should be checked before executing the test case. Added 1 missing feature flag for non-byte aligned data Enabled it for SNOW/ZUC/KASUMI PMDs. All the PMD owners are requested to veri