[dpdk-dev] [PATCH v2] app/test: add AES GCM performance test to cryptodev

2016-09-26 Thread De Lara Guarch, Pablo
Hi Arek, > -Original Message- > From: Jain, Deepak K > Sent: Monday, September 26, 2016 12:43 PM > To: Kusztal, ArkadiuszX; dev at dpdk.org > Cc: Trahe, Fiona; De Lara Guarch, Pablo; Griffin, John > Subject: RE: [PATCH v2] app/test: add AES GCM performance test to > cryptodev > > > > >

[dpdk-dev] [PATCH v2] app/test: add AES GCM performance test to cryptodev

2016-09-26 Thread Jain, Deepak K
> -Original Message- > From: Kusztal, ArkadiuszX > Sent: Friday, September 23, 2016 11:30 AM > To: dev at dpdk.org > Cc: Trahe, Fiona ; Jain, Deepak K > ; De Lara Guarch, Pablo > ; Griffin, John intel.com>; > Kusztal, ArkadiuszX > Subject: [PATCH v2] app/test: add AES GCM performance te

[dpdk-dev] [PATCH v2] app/test: add AES GCM performance test to cryptodev

2016-09-23 Thread Arek Kusztal
This patch adds AES Galois Counter Mode performance test case for cryptodev QAT tests. Test is performed with different buffer sizes, burst size of 32 and 128b key. Test vectors are placed in app/test/test_cryptodev_perf_vectors.h file. This patch depends on the following patches/patchsets: "app/