> -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Monday, April 17, 2017 1:24 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] examples/l2fwd-crypto: fix AEAD tests when AAD is zero > > For AEAD algorithms, additional authenticated data (AAD) > can be passed, but it is optional, so its size can be zero. > However, it is required to set this length to zero in the crypto > operation to avoid undefined behaviour. > > Fixes: 617a7949c98a ("examples/l2fwd-crypto: parse AAD parameter") > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied to dpdk-next-crypto. Pablo