Tested-by: Yang Gang < gangx.y...@intel.com > - Check patch: success - Apply patch: success - compilation: success OS: fedora21 GCC: gcc_x86-64, 4.8.3 Commit: dpdk-next-crypto( e6c7b6ec57f3527ce55fa3e0d2a8ed1533722253 ) x86_64-native-linuxapp-gcc: compile pass - dts validation: -- Test Commit: 44a66e026d772dd626be32ad3fb0506839136f58 -- OS/Kernel: Fedora21/3.11.10-301.fc20.x86_64 -- GCC: gcc version 4.8.3 -- CPU: Intel(R) Xeon(R) CPU E5-2680 v2 @ 2.80GHz -- NIC: Intel Corporation Ethernet Controller X710 for 10GbE SFP+ [8086:1572] -- total 2,failed 0 (case1: contain cryptodev_qat_perftest and all of others cryptodev cases on unit test . case 2: all of the related cases about AES cipher only on l2fwd-crypto test)
> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of De Lara Guarch, > Pablo > Sent: Wednesday, November 30, 2016 11:16 PM > To: Kusztal, ArkadiuszX <arkadiuszx.kusz...@intel.com>; Trahe, Fiona > <fiona.tr...@intel.com>; dev@dpdk.org > Cc: Griffin, John <john.grif...@intel.com> > Subject: Re: [dpdk-dev] [PATCH] test: adding AES cipher-only tests on > QAT PMD > > > > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Friday, November 25, 2016 2:14 PM > > To: Trahe, Fiona; dev@dpdk.org > > Cc: De Lara Guarch, Pablo; Griffin, John > > Subject: RE: [PATCH] test: adding AES cipher-only tests on QAT PMD > > > > > > > > > -----Original Message----- > > > From: Trahe, Fiona > > > Sent: Thursday, November 24, 2016 6:29 PM > > > To: dev@dpdk.org > > > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; Trahe, > > > Fiona <fiona.tr...@intel.com>; Griffin, John > > > <john.grif...@intel.com>; Kusztal, ArkadiuszX > > > <arkadiuszx.kusz...@intel.com> > > > Subject: [PATCH] test: adding AES cipher-only tests on QAT PMD > > > > > > Extended functional AES-CBC and AES-CTR cipher-only tests to run > > > on QAT PMD. > > > Added AES_CBC cipher-only performance tests on QAT PMD. > > > No driver changes, but as now tested, QAT documentation is updated > > > to remove constraint. > > > > > > Signed-off-by: Fiona Trahe <fiona.tr...@intel.com> > > > --- > > > app/test/test_cryptodev.c | 18 ++++++ > > > app/test/test_cryptodev_aes_test_vectors.h | 36 +++++++---- > > > app/test/test_cryptodev_perf.c | 96 +++++++++++++++++++------ > > ---- > > > - > > > doc/guides/cryptodevs/qat.rst | 1 - > > > 4 files changed, 102 insertions(+), 49 deletions(-) > > > > > > -- > > > 2.5.0 > > Acked-by: Arek Kusztal <arkadiuszx.kusz...@intel.com> > > Applied to dpdk-next-crypto. > Thanks, > > Pablo