Reviewed-by: Balasubramanian Manoharan <bala.manoha...@linaro.org>

On 13 July 2017 at 15:13, Savolainen, Petri (Nokia - FI/Espoo) <
petri.savolai...@nokia.com> wrote:

> Reviewed-by: Petri Savolainen <petri.savolai...@linaro.org>
>
> > -----Original Message-----
> > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of
> > Github ODP bot
> > Sent: Thursday, July 13, 2017 12:00 PM
> > To: lng-odp@lists.linaro.org
> > Subject: [lng-odp] [PATCH API-NEXT v4 1/1] api: ipsec: add retain header
> > capability
> >
> > From: Nikhil Agarwal <nikhil.agar...@linaro.org>
> >
> > Signed-off-by: Nikhil Agarwal <nikhil.agar...@linaro.org>
> > ---
> > /** Email created from pull request 75 (NikhilA-Linaro:ipsec_api)
> >  ** https://github.com/Linaro/odp/pull/75
> >  ** Patch: https://github.com/Linaro/odp/pull/75.patch
> >  ** Base sha: ee5be324411a7520528a367967c28fc529d3bc2e
> >  ** Merge commit sha: 0aeadccbe282b287d9cad51386cd0993293dce6c
> >  **/
> >  include/odp/api/spec/ipsec.h | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/spec/ipsec.h
> > index e602e4b8..54491b12 100644
> > --- a/include/odp/api/spec/ipsec.h
> > +++ b/include/odp/api/spec/ipsec.h
> > @@ -262,6 +262,12 @@ typedef struct odp_ipsec_capability_t {
> >        */
> >       odp_support_t pipeline_cls;
> >
> > +     /**
> > +      * Support of retaining outer headers (retain_outer) in inbound
> > inline
> > +      * processed packets
> > +      */
> > +     odp_support_t retain_header;
> > +
> >       /** Maximum number of different destination CoSes in
> > classification
> >        *  pipelining. The same CoS may be used for many SAs. This is
> > equal or
> >        *  less than 'max_cos' capability in classifier API.
>
>

Reply via email to