From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH] examples/ipsec-secgw: fix wrong session size Date: Wed, 26 Sep 2018 17:56:33 +0530 Message-ID: <84b414a9-b200-3d3f-36e1-83b10d56bbf6@nxp.com> References: <1536299726-20927-1-git-send-email-anoob.joseph@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Jerin Jacob , Narayana Prasad , dev@dpdk.org, Archana Muniganti , stable@dpdk.org To: Anoob Joseph , Pablo de Lara , Radu Nicolau Return-path: In-Reply-To: <1536299726-20927-1-git-send-email-anoob.joseph@caviumnetworks.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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: ec17993a145a ("examples/ipsec-secgw: support security offload") > > Signed-off-by: Anoob Joseph > Signed-off-by: Archana Muniganti > --- > examples/ipsec-secgw/ipsec-secgw.c | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) > cc: stable@dpdk.org Applied to dpdk-next-crypto Thanks