Re: [dpdk-dev] [PATCH v2 2/8] crypto/armv8: do not append digest

2017-09-06 Thread De Lara Guarch, Pablo
Hi Jerin, > -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, September 5, 2017 3:20 AM > To: Doherty, Declan ; Zhang, Roy Fan > ; jerin.ja...@caviumnetworks.com > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: [PATCH v2 2/8] crypto/armv8: do not append digest > > W

[dpdk-dev] [PATCH v2 2/8] crypto/armv8: do not append digest

2017-09-05 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