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

2016-09-23 Thread Yuanhan Liu
k.org; Trahe, Fiona ; Jain, Deepak K > > ; De Lara Guarch, Pablo > > ; Griffin, John > intel.com> > > Subject: Re: [dpdk-dev] [PATCH] app/test: add AES GCM performance test > > to cryptodev > > > > On Thu, Sep 22, 2016 at 04:54:57PM +0100, Arek Kusztal wr

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

2016-09-23 Thread Yuanhan Liu
On Fri, Sep 23, 2016 at 02:32:57PM +0800, Yuanhan Liu wrote: > On Thu, Sep 22, 2016 at 04:54:57PM +0100, Arek Kusztal wrote: > > This patch adds AES Galois Counter Mode test case for cryptodev > > QAT tests. Test is performed with different buffer sizes, burst > > size of 32 and 128b key. Test vect

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

2016-09-23 Thread Yuanhan Liu
On Thu, Sep 22, 2016 at 04:54:57PM +0100, Arek Kusztal wrote: > This patch adds AES Galois Counter Mode 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. > >

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

2016-09-23 Thread Kusztal, ArkadiuszX
; De Lara Guarch, Pablo ; Griffin, John Subject: RE: [dpdk-dev] [PATCH] app/test: add AES GCM performance test to cryptodev > -Original Message- > From: Yuanhan Liu [mailto:yuanhan.liu at linux.intel.com] > Sent: Friday, September 23, 2016 7:33 AM > To: Kusztal, Arkadiusz

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

2016-09-23 Thread Jain, Deepak K
: [dpdk-dev] [PATCH] app/test: add AES GCM performance test > to cryptodev > > On Thu, Sep 22, 2016 at 04:54:57PM +0100, Arek Kusztal wrote: > > This patch adds AES Galois Counter Mode test case for cryptodev QAT > > tests. Test is performed with different buffer sizes, burst

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

2016-09-22 Thread Arek Kusztal
This patch adds AES Galois Counter Mode 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/test: fix li