Re: [dpdk-dev] [PATCH 04/11] examples/ipsec-secgw: Fix aad_len for for aes-gcm support

2017-10-16 Thread De Lara Guarch, Pablo
xp.com; > hemant.agra...@nxp.com; Nicolau, Radu ; > Doherty, Declan ; avia...@dev.mellanox.co.il; > lir...@mellanox.com; nelio.laranje...@6wind.com; tho...@monjalon.net > Subject: [dpdk-dev][PATCH 04/11] examples/ipsec-secgw: Fix aad_len for > for aes-gcm support > > From: Aviad Ye

Re: [dpdk-dev] [PATCH 04/11] examples/ipsec-secgw: Fix aad_len for for aes-gcm support

2017-10-15 Thread Aviad Yehezkel
On 10/14/2017 4:27 PM, avia...@dev.mellanox.co.il wrote: From: Aviad Yehezkel This cause auth failure issue Seems like this was broken for aes-gcm for a long time Signed-off-by: Aviad Yehezkel --- examples/ipsec-secgw/sa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[dpdk-dev] [PATCH 04/11] examples/ipsec-secgw: Fix aad_len for for aes-gcm support

2017-10-14 Thread aviadye
From: Aviad Yehezkel This cause auth failure issue Seems like this was broken for aes-gcm for a long time Signed-off-by: Aviad Yehezkel --- examples/ipsec-secgw/sa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ipsec-secgw/sa.c b/examples/ipsec-secgw/sa.c index