Re: [dpdk-dev] [PATCH 1/8] crypto/aesni_gcm: do not append digest

2017-09-05 Thread De Lara Guarch, Pablo
Hi Fan, > -Original Message- > From: Zhang, Roy Fan > Sent: Monday, September 4, 2017 11:08 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Zhang, Roy Fan > Subject: RE: [dpdk-dev] [PATCH 1/8] crypto/aesni_gcm: do not append > digest > > Hi Pablo, >

Re: [dpdk-dev] [PATCH 1/8] crypto/aesni_gcm: do not append digest

2017-09-04 Thread Zhang, Roy Fan
erty, Declan ; > jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH 1/8] crypto/aesni_gcm: do not append digest > > When performing an authentication verification, the PMD was using memory > at the end of the input buffer, t

[dpdk-dev] [PATCH 1/8] crypto/aesni_gcm: do not append digest

2017-08-18 Thread Pablo de Lara
When performing an authentication verification, the PMD was using memory at the end of the input buffer, to store temporarily the digest. This operation requires the buffer to have enough tailroom unnecessarily. Instead, memory is allocated for each queue pair, to store temporarily the digest gener