> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Anoob Joseph > Sent: Monday, December 18, 2017 7:15 AM > To: Akhil Goyal <akhil.go...@nxp.com>; Doherty, Declan > <declan.dohe...@intel.com>; Nicolau, Radu <radu.nico...@intel.com>; > Gonzalez Monroy, Sergio <sergio.gonzalez.mon...@intel.com> > Cc: Anoob Joseph <anoob.jos...@caviumnetworks.com>; Jerin Jacob > <jerin.ja...@caviumnetworks.com>; Narayana Prasad > <narayanaprasad.athr...@caviumnetworks.com>; dev@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.jos...@caviumnetworks.com>
Akhil, Radu, could you review this patch? Thanks, Pablo