[dpdk-dev] [PATCH v6 2/2] examples/ipsec-secgw: add support for inline protocol

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Mon Jan 8 17:10:59 CET 2018


> -----Original Message-----
> From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Anoob Joseph
> Sent: Monday, December 18, 2017 7:15 AM
> To: Akhil Goyal <akhil.goyal at nxp.com>; Doherty, Declan
> <declan.doherty at intel.com>; Nicolau, Radu <radu.nicolau at intel.com>;
> Gonzalez Monroy, Sergio <sergio.gonzalez.monroy at intel.com>
> Cc: Anoob Joseph <anoob.joseph at caviumnetworks.com>; Jerin Jacob
> <jerin.jacob at caviumnetworks.com>; Narayana Prasad
> <narayanaprasad.athreya at caviumnetworks.com>; dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v6 2/2] examples/ipsec-secgw: add support for
> inline protocol
> 
> Adding support for inline protocol processing
> 
> In ingress side, application will receive regular IP packets, without any IPsec
> related info. Application will do a selector check (SP-SA
> check) by making use of the metadata from the packet. The device-specific
> metadata in mbuf would aid in determing the security session which
> processed the packet.
> 
> In egress side, the plain packet would be submitted to the driver. The
> packet will have optional metadata, which could be used to identify the
> security session associated with the packet.
> 
> Signed-off-by: Anoob Joseph <anoob.joseph at caviumnetworks.com>

Akhil, Radu, could you review this patch?

Thanks,
Pablo


More information about the dev mailing list