Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: extend inline session to non AES-GCM

2020-02-20 Thread Akhil Goyal
> > Hi Akhil, > > > > > This patch extends creation of inline session to all the algorithms. > > > > Previously the inline session was enabled only for AES-GCM cipher. > > > > > > > > Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline > > > > crypto") > > > > > > > > Signed-

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: extend inline session to non AES-GCM

2020-02-20 Thread Ananyev, Konstantin
Hi Akhil, > > > This patch extends creation of inline session to all the algorithms. > > > Previously the inline session was enabled only for AES-GCM cipher. > > > > > > Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline > > > crypto") > > > > > > Signed-off-by: Ankur Dwivedi

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: extend inline session to non AES-GCM

2020-02-20 Thread Akhil Goyal
> -Original Message- > From: Anoob Joseph > Sent: Saturday, February 15, 2020 1:06 PM > To: Akhil Goyal ; Konstantin Ananyev > > Cc: Ankur Dwivedi ; Narayana Prasad Raju Athreya > ; dev@dpdk.org > Subject: RE: [dpdk-dev] [PATCH] examples/ipsec-secgw: extend inl

Re: [dpdk-dev] [PATCH] examples/ipsec-secgw: extend inline session to non AES-GCM

2020-02-14 Thread Anoob Joseph
> This patch extends creation of inline session to all the algorithms. > Previously the inline session was enabled only for AES-GCM cipher. > > Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline > crypto") > > Signed-off-by: Ankur Dwivedi > --- > examples/ipsec-secgw/sa.c

[dpdk-dev] [PATCH] examples/ipsec-secgw: extend inline session to non AES-GCM

2020-02-13 Thread Ankur Dwivedi
This patch extends creation of inline session to all the algorithms. Previously the inline session was enabled only for AES-GCM cipher. Fixes: 3a690d5a65e2 ("examples/ipsec-secgw: fix first packet with inline crypto") Signed-off-by: Ankur Dwivedi --- examples/ipsec-secgw/sa.c | 26