Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-22 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: include/odp/api/spec/ipsec.h line 179 @@ -1210,16 +1256,22 @@ typedef struct odp_ipsec_status_t { * * The operation does packet transformation according to IPSEC standards (see * e.g. RFC 4302 and 4303). Resulting packets are

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-22 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: include/odp/api/spec/ipsec.h line 47 @@ -382,6 +382,44 @@ typedef struct odp_ipsec_crypto_param_t { } odp_ipsec_crypto_param_t; +/** IPv4 header parameters */ +typedef struct odp_ipsec_ipv4_param_t { + /** IPv4 source

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-22 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: include/odp/api/spec/ipsec.h line 151 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag bits

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-22 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: include/odp/api/spec/ipsec.h line 7 @@ -238,6 +238,11 @@ typedef struct odp_ipsec_capability_t { */ odp_support_t retain_header; + /** +* Inner packet checksum check offload support in inbound

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-22 Thread Github ODP bot
Balasubramanian Manoharan(bala-manoharan) replied on github web page: include/odp/api/spec/ipsec.h line 124 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-22 Thread Github ODP bot
Balasubramanian Manoharan(bala-manoharan) replied on github web page: include/odp/api/spec/ipsec.h line 168 @@ -1210,16 +1256,22 @@ typedef struct odp_ipsec_status_t { * * The operation does packet transformation according to IPSEC standards (see * e.g. RFC 4302 and 4303). Resulting packets

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-22 Thread Github ODP bot
Balasubramanian Manoharan(bala-manoharan) replied on github web page: include/odp/api/spec/ipsec.h line 151 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-19 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/ipsec.h line 144 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag bits */ +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-19 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/ipsec.h line 47 @@ -382,6 +382,44 @@ typedef struct odp_ipsec_crypto_param_t { } odp_ipsec_crypto_param_t; +/** IPv4 header parameters */ +typedef struct odp_ipsec_ipv4_param_t { + /** IPv4 source address

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-19 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/ipsec.h line 7 @@ -238,6 +238,11 @@ typedef struct odp_ipsec_capability_t { */ odp_support_t retain_header; + /** +* Inner packet checksum check offload support in inbound direction. +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-19 Thread Github ODP bot
JannePeltonen replied on github web page: include/odp/api/spec/ipsec.h line 7 @@ -238,6 +238,11 @@ typedef struct odp_ipsec_capability_t { */ odp_support_t retain_header; + /** +* Inner packet checksum check offload support in inbound direction. +*/ +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-19 Thread Github ODP bot
Petri Savolainen(psavol) replied on github web page: include/odp/api/spec/ipsec.h line 179 @@ -1210,16 +1256,22 @@ typedef struct odp_ipsec_status_t { * * The operation does packet transformation according to IPSEC standards (see * e.g. RFC 4302 and 4303). Resulting packets are well formed,

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-19 Thread Github ODP bot
JannePeltonen replied on github web page: include/odp/api/spec/ipsec.h line 118 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag bits */ + union { +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-19 Thread Github ODP bot
JannePeltonen replied on github web page: include/odp/api/spec/ipsec.h line 144 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag bits */ + union { +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-18 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: include/odp/api/spec/ipsec.h line 118 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag bits */ +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-18 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: include/odp/api/spec/ipsec.h line 144 @@ -983,9 +983,55 @@ typedef struct odp_ipsec_op_flag_t { * These may be used to override some SA level options */ typedef struct odp_ipsec_out_opt_t { + /** Union of all flag bits */ +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-18 Thread Github ODP bot
Dmitry Eremin-Solenikov(lumag) replied on github web page: include/odp/api/spec/ipsec.h line 7 @@ -238,6 +238,11 @@ typedef struct odp_ipsec_capability_t { */ odp_support_t retain_header; + /** +* Inner packet checksum check offload support in inbound direction. +

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-18 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: include/odp/api/spec/ipsec.h line 179 @@ -1210,16 +1256,22 @@ typedef struct odp_ipsec_status_t { * * The operation does packet transformation according to IPSEC standards (see * e.g. RFC 4302 and 4303). Resulting packets are

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-18 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: include/odp/api/spec/ipsec.h line 7 @@ -238,6 +238,11 @@ typedef struct odp_ipsec_capability_t { */ odp_support_t retain_header; + /** +* Inner packet checksum check offload support in inbound

Re: [lng-odp] [PATCH API-NEXT v1] api: ipsec: TFC padding and dummy packets

2018-01-18 Thread Github ODP bot
Bill Fischofer(Bill-Fischofer-Linaro) replied on github web page: include/odp/api/spec/ipsec.h line 47 @@ -382,6 +382,44 @@ typedef struct odp_ipsec_crypto_param_t { } odp_ipsec_crypto_param_t; +/** IPv4 header parameters */ +typedef struct odp_ipsec_ipv4_param_t { + /** IPv4 source