Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix the default aead assignments

2018-04-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Wednesday, April 11, 2018 10:16 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > akhil.go...@nxp.com; dpdk...@nxp1.onmicrosoft.com > Subject: [PATCH] examples/l2fwd-crypto: fix the default aead assign

Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix the default aead assignments

2018-04-17 Thread De Lara Guarch, Pablo
> -Original Message- > From: Hemant Agrawal [mailto:hemant.agra...@nxp.com] > Sent: Wednesday, April 11, 2018 10:16 AM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; > akhil.go...@nxp.com; dpdk...@nxp1.onmicrosoft.com > Subject: [PATCH] examples/l2fwd-crypto: fix the default aead assign

Re: [dpdk-dev] [PATCH] examples/l2fwd-crypto: fix the default aead assignments

2018-04-16 Thread Akhil Goyal
On 4/11/2018 2:45 PM, Hemant Agrawal wrote: The code is incorrectly updating the authxform instead of aead xforms. Fixes: b79e4c00af0e ("cryptodev: use AES-GCM/CCM as AEAD algorithms") Cc: sta...@dpdk.org Signed-off-by: Hemant Agrawal --- examples/l2fwd-crypto/main.c | 4 ++-- 1 file changed,