Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: accept inline proto pkts in single sa

2021-10-16 Thread Akhil Goyal
> > > > Subject: [PATCH v2] examples/ipsec-secgw: accept inline proto pkts in > single > > > sa > > > > > > In inline protocol inbound SA's, plain ipv4 and ipv6 packets are > > > delivered to application unlike inline crypto or lookaside. > > > Hence fix the application to not drop them when worki

Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: accept inline proto pkts in single sa

2021-10-07 Thread Ananyev, Konstantin
> > Subject: [PATCH v2] examples/ipsec-secgw: accept inline proto pkts in single > > sa > > > > In inline protocol inbound SA's, plain ipv4 and ipv6 packets are > > delivered to application unlike inline crypto or lookaside. > > Hence fix the application to not drop them when working in > > sing

Re: [dpdk-dev] [PATCH v2] examples/ipsec-secgw: accept inline proto pkts in single sa

2021-10-07 Thread Akhil Goyal
> Subject: [PATCH v2] examples/ipsec-secgw: accept inline proto pkts in single > sa > > In inline protocol inbound SA's, plain ipv4 and ipv6 packets are > delivered to application unlike inline crypto or lookaside. > Hence fix the application to not drop them when working in > single SA mode. > >

[dpdk-dev] [PATCH v2] examples/ipsec-secgw: accept inline proto pkts in single sa

2021-10-06 Thread Nithin Dabilpuram
In inline protocol inbound SA's, plain ipv4 and ipv6 packets are delivered to application unlike inline crypto or lookaside. Hence fix the application to not drop them when working in single SA mode. Signed-off-by: Nithin Dabilpuram --- v2: - Fixed commit message. examples/ipsec-secgw/ipsec-se