> -----Original Message-----
> From: De Lara Guarch, Pablo
> Sent: Monday, July 16, 2018 9:26 AM
> To: [email protected]; Doherty, Declan <[email protected]>
> Cc: [email protected]; De Lara Guarch, Pablo <[email protected]>;
> [email protected]
> Subject: [PATCH] examples/l2fwd-crypto: fix digest with AEAD algorithms
>
> When performing authentication verification (both for AEAD algorithms, such as
> AES-GCM, or for authentication algorithms, such as SHA1-HMAC), the digest
> address is calculated based on the packet size and the algorithm used
> (substracting digest size and IP header to the packet size).
>
> However, for AEAD algorithms, this was not calculated correctly, since the
> digest size was not being substracted.
> Signed-off-by: Pablo de Lara <[email protected]>
Applied to dpdk-next-crypto.
Pablo