Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix wrong session size

2018-09-26 Thread Akhil Goyal
On 9/7/2018 11:25 AM, Anoob Joseph wrote: Crypto devices, which support lookaside protocol, exposes security session size in addition to the crypto private symmetric session data size. For applications using the security capabilities, both these sizes need to be considered. Fixes: ec17993a145

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix wrong session size

2018-09-25 Thread Akhil Goyal
On 9/7/2018 11:25 AM, Anoob Joseph wrote: Crypto devices, which support lookaside protocol, exposes security session size in addition to the crypto private symmetric session data size. For applications using the security capabilities, both these sizes need to be considered. Fixes: ec17993a145

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: fix wrong session size

2018-09-25 Thread Joseph, Anoob
Hi Akhil, Radu, Can you please review this patch and let me know your thoughts? Anoob On 07-09-2018 11:25, Anoob Joseph wrote: Crypto devices, which support lookaside protocol, exposes security session size in addition to the crypto private symmetric session data size. For applications using t

[dpdk-dev] [PATCH] examples/ipsec-secgw: fix wrong session size

2018-09-06 Thread Anoob Joseph
Crypto devices, which support lookaside protocol, exposes security session size in addition to the crypto private symmetric session data size. For applications using the security capabilities, both these sizes need to be considered. Fixes: ec17993a145a ("examples/ipsec-secgw: support security offl