Re: [dpdk-dev] [PATCH 02/11] examples/ipsec-secgw: Fixed init of aead crypto devices

2017-10-16 Thread De Lara Guarch, Pablo
xp.com; > hemant.agra...@nxp.com; Nicolau, Radu ; > Doherty, Declan ; lir...@mellanox.com; > nelio.laranje...@6wind.com; tho...@monjalon.net > Subject: Re: [dpdk-dev][PATCH 02/11] examples/ipsec-secgw: Fixed init of > aead crypto devices > Commit titles should start with infinitiv

Re: [dpdk-dev] [PATCH 02/11] examples/ipsec-secgw: Fixed init of aead crypto devices

2017-10-15 Thread Aviad Yehezkel
On 10/14/2017 4:27 PM, avia...@dev.mellanox.co.il wrote: From: Aviad Yehezkel This was broken since new aead xfrom was introduced Signed-off-by: Aviad Yehezkel --- examples/ipsec-secgw/ipsec-secgw.c | 29 +++-- examples/ipsec-secgw/ipsec.h | 1 + 2 files c

[dpdk-dev] [PATCH 02/11] examples/ipsec-secgw: Fixed init of aead crypto devices

2017-10-14 Thread aviadye
From: Aviad Yehezkel This was broken since new aead xfrom was introduced Signed-off-by: Aviad Yehezkel --- examples/ipsec-secgw/ipsec-secgw.c | 29 +++-- examples/ipsec-secgw/ipsec.h | 1 + 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/examples