Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-26 Thread Kusztal, ArkadiuszX
> ; Narayana Prasad Raju Athreya > > Subject: RE: [dpdk-dev] [PATCH v5 1/1] test: new test structure for > asymmetric crypto > > > > > -Original Message- > > From: Kusztal, ArkadiuszX > > Sent: Thursday, July 25, 2019 11:22 PM > > To: Shally

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-25 Thread Shally Verma
ju Athreya > > Subject: RE: [dpdk-dev] [PATCH v5 1/1] test: new test structure for > asymmetric crypto > > > ... > > > > > > > +static const struct > > > > > > > +modex_test_data modex_test_case[] = { { > > > > > > > +

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-25 Thread Kusztal, ArkadiuszX
> ; Narayana Prasad Raju Athreya > > Subject: RE: [dpdk-dev] [PATCH v5 1/1] test: new test structure for > asymmetric crypto > > > > > -Original Message- > > From: Kusztal, ArkadiuszX > > Sent: Thursday, July 25, 2019 3:08 PM > > To: Shally

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-25 Thread Shally Verma
ju Athreya > > Subject: RE: [dpdk-dev] [PATCH v5 1/1] test: new test structure for > asymmetric crypto > > > > > -Original Message- > > From: Shally Verma [mailto:shal...@marvell.com] > > Sent: Thursday, July 25, 2019 11:17 AM > > To: Kusztal, Arkad

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-25 Thread Kusztal, ArkadiuszX
> ; Narayana Prasad Raju Athreya > > Subject: RE: [dpdk-dev] [PATCH v5 1/1] test: new test structure for > asymmetric crypto > > > > > -Original Message- > > From: Kusztal, ArkadiuszX > > Sent: Thursday, July 25, 2019 2:06 PM > > To: Shally

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-25 Thread Shally Verma
ju Athreya > > Subject: RE: [dpdk-dev] [PATCH v5 1/1] test: new test structure for > asymmetric crypto > > > > > -Original Message- > > From: Shally Verma [mailto:shal...@marvell.com] > > Sent: Thursday, July 25, 2019 9:18 AM > > To: Nowak, DamianX

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-25 Thread Kusztal, ArkadiuszX
; > Narayana Prasad Raju Athreya > Subject: RE: [dpdk-dev] [PATCH v5 1/1] test: new test structure for > asymmetric crypto > > Hi Damian, Fiona, Arek > > Though am bit late to come back to this. But I have question on mod_exp test > vector. > Please see below. > >

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-07-25 Thread Shally Verma
tr...@intel.com; arkadiuszx.kusz...@intel.com; Damian Nowak > > Subject: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric > crypto > > This patch adds new test structure for modexp > and modinv for asymmetric cryptography > > Signed-off-by: Damian No

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-03-29 Thread Akhil Goyal
On 3/28/2019 5:46 PM, Trahe, Fiona wrote: > >> -Original Message- >> From: Nowak, DamianX >> Sent: Wednesday, March 27, 2019 9:45 AM >> To: dev@dpdk.org >> Cc: Trahe, Fiona ; Kusztal, ArkadiuszX >> ; Nowak, >> DamianX >> Subject: [PATCH v5 1/1] test: new test structure for asymmetric cr

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-03-28 Thread Trahe, Fiona
> -Original Message- > From: Nowak, DamianX > Sent: Wednesday, March 27, 2019 9:45 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Kusztal, ArkadiuszX > ; Nowak, > DamianX > Subject: [PATCH v5 1/1] test: new test structure for asymmetric crypto > > This patch adds new test structure for mo

Re: [dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-03-27 Thread Kusztal, ArkadiuszX
> -Original Message- > From: Nowak, DamianX > Sent: Wednesday, March 27, 2019 10:45 AM > To: dev@dpdk.org > Cc: Trahe, Fiona ; Kusztal, ArkadiuszX > ; Nowak, DamianX > > Subject: [PATCH v5 1/1] test: new test structure for asymmetric crypto > > This patch adds new test structure for mo

[dpdk-dev] [PATCH v5 1/1] test: new test structure for asymmetric crypto

2019-03-27 Thread Damian Nowak
This patch adds new test structure for modexp and modinv for asymmetric cryptography Signed-off-by: Damian Nowak --- app/test/test_cryptodev.h | 1 + app/test/test_cryptodev_asym.c | 318 ++ app/test/test_cryptodev_mod_test_vectors.h | 967 +