diff mbox series

[API-NEXT,v4,1/1] api: ipsec: add retain header capability

Message ID 1499936406-1838-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [API-NEXT,v4,1/1] api: ipsec: add retain header capability | expand

Commit Message

Github ODP bot July 13, 2017, 9 a.m. UTC
From: Nikhil Agarwal <nikhil.agarwal@linaro.org>


Signed-off-by: Nikhil Agarwal <nikhil.agarwal@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(+)

Comments

Savolainen, Petri (Nokia - FI/Espoo) July 13, 2017, 9:43 a.m. UTC | #1
Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org>


> -----Original Message-----

> From: lng-odp [mailto:lng-odp-bounces@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.agarwal@linaro.org>

> 

> Signed-off-by: Nikhil Agarwal <nikhil.agarwal@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.
Balasubramanian Manoharan July 13, 2017, 9:57 a.m. UTC | #2
Reviewed-by: Balasubramanian Manoharan <bala.manoharan@linaro.org>


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

> Reviewed-by: Petri Savolainen <petri.savolainen@linaro.org>

>

> > -----Original Message-----

> > From: lng-odp [mailto:lng-odp-bounces@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.agarwal@linaro.org>

> >

> > Signed-off-by: Nikhil Agarwal <nikhil.agarwal@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.

>

>
Dmitry Eremin-Solenikov July 13, 2017, 9:58 a.m. UTC | #3
On 13.07.2017 12:00, Github ODP bot wrote:
> From: Nikhil Agarwal <nikhil.agarwal@linaro.org>

> 

> Signed-off-by: Nikhil Agarwal <nikhil.agarwal@linaro.org>


Reviewed-by: Dmitry Eremin-Solenikov


> ---

> /** 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.

> 



-- 
With best wishes
Dmitry
Maxim Uvarov July 13, 2017, 8:07 p.m. UTC | #4
Merged.
Maxim.

On 07/13/17 12:58, Dmitry Eremin-Solenikov wrote:
> On 13.07.2017 12:00, Github ODP bot wrote:

>> From: Nikhil Agarwal <nikhil.agarwal@linaro.org>

>>

>> Signed-off-by: Nikhil Agarwal <nikhil.agarwal@linaro.org>

> 

> Reviewed-by: Dmitry Eremin-Solenikov

> 

>> ---

>> /** 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.

>>

> 

>
diff mbox series

Patch

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.