Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-22 Thread Ananyev, Konstantin
> > > > > > Add support for CPU crypto mode by introducing required handler. > > > > > > Crypto mode (sync/async) is chosen during sym session create if > > > > > > an appropriate flag is set in an xform type number. > > > > > > > > > > > > Authenticated encryption and decryption are supported wi

Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-21 Thread De Lara Guarch, Pablo
> Subject: RE: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support > > > > > > > > Add support for CPU crypto mode by introducing required handler. > > > > > Crypto mode (sync/async) is chosen during sym session crea

Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-21 Thread Ananyev, Konstantin
> > > > Add support for CPU crypto mode by introducing required handler. > > > > Crypto mode (sync/async) is chosen during sym session create if an > > > > appropriate flag is set in an xform type number. > > > > > > > > Authenticated encryption and decryption are supported with tag > > > > gene

Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-21 Thread De Lara Guarch, Pablo
> Subject: RE: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support > > Hi Konstantin, > > Hi Pablo, > > > > Add support for CPU crypto mode by introducing required handler. > > > Crypto mode (sync/async) is chosen during sym session create

Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-21 Thread Ananyev, Konstantin
Hi Pablo, > > Add support for CPU crypto mode by introducing required handler. > > Crypto mode (sync/async) is chosen during sym session create if an > > appropriate > > flag is set in an xform type number. > > > > Authenticated encryption and decryption are supported with tag > > generation/v

Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-21 Thread De Lara Guarch, Pablo
Hi Marcin, > -Original Message- > From: dev On Behalf Of Marcin Smoczynski > Sent: Wednesday, January 15, 2020 6:28 PM > To: akhil.go...@nxp.com; Ananyev, Konstantin > ; Zhang, Roy Fan ; > Doherty, Declan ; Nicolau, Radu > > Cc: dev@dpdk.org; Smoczynski, MarcinX > Subject: [dpdk-dev] [P

Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-16 Thread Zhang, Roy Fan
> -Original Message- > From: Smoczynski, MarcinX > Sent: Wednesday, January 15, 2020 6:28 PM > To: akhil.go...@nxp.com; Ananyev, Konstantin > ; Zhang, Roy Fan > ; Doherty, Declan ; > Nicolau, Radu > Cc: dev@dpdk.org; Smoczynski, MarcinX > Subject: [PATCH v3 2/6] crypto/aesni_gcm: cpu cry

Re: [dpdk-dev] [PATCH v3 2/6] crypto/aesni_gcm: cpu crypto support

2020-01-15 Thread Ananyev, Konstantin
> > Add support for CPU crypto mode by introducing required handler. > Crypto mode (sync/async) is chosen during sym session create if an > appropriate flag is set in an xform type number. > > Authenticated encryption and decryption are supported with tag > generation/verification. > > Signed